Retrograde level

This commit is contained in:
Laurent Destailleur 2010-09-28 18:49:08 +00:00
parent a1347e6ec2
commit 200e9f4fab

View File

@ -58,7 +58,7 @@ class modMantis extends DolibarrModules
// Module description used translation string 'ModuleXXXDesc' not found (XXX is id value)
$this->description = "Interfacage avec le bug tracking Mantis";
// Possible values for version are: 'experimental' or 'dolibarr' or version
$this->version = 'experimental';
$this->version = 'development';
// Id used in llx_const table to manage module status (enabled/disabled)
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
// Where to store the module in setup page (0=common,1=interface,2=other)