From 635435f10eb48409e92a59c33f8f4bc88564d925 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 30 Nov 2006 06:59:11 +0000 Subject: [PATCH] Le module LDAP n'est plus experimental --- htdocs/includes/modules/modLdap.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modLdap.class.php b/htdocs/includes/modules/modLdap.class.php index 0774a15b610..124788bdedd 100644 --- a/htdocs/includes/modules/modLdap.class.php +++ b/htdocs/includes/modules/modLdap.class.php @@ -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;