From e1078eb16714df3e2fdc2345bda413d64c3c228a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 22 Apr 2007 23:20:33 +0000 Subject: [PATCH] =?UTF-8?q?Modification=20de=20la=20gestion=20des=20mots?= =?UTF-8?q?=20de=20passe=20crypt=E9=20pour=20faciliter=20les=20evolutions?= =?UTF-8?q?=20et=20interactions=20avec=20plugins.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/adherents/ldap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/adherents/ldap.php b/htdocs/adherents/ldap.php index 0b868e05941..87fec8feebf 100644 --- a/htdocs/adherents/ldap.php +++ b/htdocs/adherents/ldap.php @@ -38,6 +38,7 @@ $user->getrights('commercial'); $langs->load("companies"); $langs->load("members"); $langs->load("ldap"); +$langs->load("admin"); // Protection quand utilisateur externe $rowid = isset($_GET["id"])?$_GET["id"]:'';