From 994d2a8d316641cd6848ea5039bbe473bf38d997 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 12 Jun 2006 15:10:19 +0000 Subject: [PATCH] =?UTF-8?q?=E0=20quand=20les=20point=20virgule=20auto=20;-?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/ldap.php b/htdocs/admin/ldap.php index 35c36f87339..e7707d4212d 100644 --- a/htdocs/admin/ldap.php +++ b/htdocs/admin/ldap.php @@ -265,7 +265,7 @@ if (function_exists("ldap_connect")) // Test ldap_connect // ce test n'est pas fiable car une ressource est constamment retournée // il faut se fier au test ldap_bind - $ds = $ldap->dolibarr_ldap_connect() + $ds = $ldap->dolibarr_ldap_connect(); if ($ds) { print img_picto('','info');