Clean code

This commit is contained in:
Laurent Destailleur
2010-04-03 10:52:36 +00:00
parent a2e43a4464
commit eda2b05a09
3 changed files with 7 additions and 8 deletions

View File

@@ -93,7 +93,7 @@ class modMyModule extends DolibarrModules
$this->langfiles = array("mymodule");
// Constants
$this->const = array(); // List of particular constants to add when module is enabled (key, 'chaine', value, desc, visible, 0 or 'allentities', condition)
$this->const = array(); // List of particular constants to add when module is enabled (key, 'chaine', value, desc, visible, 0 or 'allentities')
//Example: $this->const=array(0=>array('MYMODULE_MYNEWCONST1','chaine','myvalue','This is a constant to add',0),
// 1=>array('MYMODULE_MYNEWCONST2','chaine','myvalue','This is another constant to add',0) );