From 200e9f4fab8157addf6f0df3c2c96f052f2f1d9b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 28 Sep 2010 18:49:08 +0000 Subject: [PATCH] Retrograde level --- htdocs/includes/modules/modMantis.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modMantis.class.php b/htdocs/includes/modules/modMantis.class.php index 322322e09ec..3a216e06b5f 100644 --- a/htdocs/includes/modules/modMantis.class.php +++ b/htdocs/includes/modules/modMantis.class.php @@ -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)