From ebbf94f63057b0ca230a403b9f1891139c627a3d Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 11 Jul 2005 10:55:38 +0000 Subject: [PATCH] =?UTF-8?q?Ajout:=20possibilt=E9=20de=20d=E9sactiver=20la?= =?UTF-8?q?=20synchro=20des=20contacts=20sur=20LDAP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/ldap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/admin/ldap.php b/htdocs/admin/ldap.php index eb672e266bd..bea4645950f 100644 --- a/htdocs/admin/ldap.php +++ b/htdocs/admin/ldap.php @@ -292,7 +292,7 @@ if (defined("LDAP_SERVER_HOST") && LDAP_SERVER_HOST && $_GET["action"] == 'test' else { print "connection au dn $dn raté"; - print "img_picto('alerte')
"; + print img_picto('alerte')"
"; } $unbind = dolibarr_ldap_unbind($ds); @@ -304,7 +304,7 @@ if (defined("LDAP_SERVER_HOST") && LDAP_SERVER_HOST && $_GET["action"] == 'test' else { print "déconnection du dn $dn raté"; - print "img_picto('alerte')
"; + print img_picto('alerte')"
"; } } else