Le module LDAP n'est plus experimental

This commit is contained in:
Laurent Destailleur 2006-11-30 06:59:11 +00:00
parent 646b2627f3
commit 635435f10e

View File

@ -52,7 +52,7 @@ class modLdap extends DolibarrModules
$this->name = "Ldap";
$this->family = "technic";
$this->description = "Synchronisation Ldap";
$this->version = 'experimental'; // 'experimental' or 'dolibarr' or version
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
$this->const_name = 'MAIN_MODULE_LDAP';
$this->special = 1;