Changes

m
Line 20: Line 20:  
  global $langs, $db, $conf
 
  global $langs, $db, $conf
 
where  
 
where  
$conf contains all configuration of Dolibarr.
+
$conf contains all configuration of Dolibarr,
$langs is an object for translation into user language.
+
$langs is an object for translation into user language,
 
$db is a db connection object that allows SQL querying to database).
 
$db is a db connection object that allows SQL querying to database).