From c830e432e4e0228d16fff9890e1cc9507ca6bef3 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 24 Jun 2006 15:55:14 +0000 Subject: [PATCH] =?UTF-8?q?D=E9but=20ajout=20gestion=20utilisateurs=20ldap?= =?UTF-8?q?=20Modification=20de=20la=20classe=20ldap.lib.php=20en=20authld?= =?UTF-8?q?ap.lib.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/contact.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contact.class.php b/htdocs/contact.class.php index 8c7fd07f1da..a7154f5089f 100644 --- a/htdocs/contact.class.php +++ b/htdocs/contact.class.php @@ -29,7 +29,7 @@ \version $Revision$ */ -require_once (DOL_DOCUMENT_ROOT."/lib/ldap.lib.php"); +require_once (DOL_DOCUMENT_ROOT."/lib/authldap.lib.php");