diff --git a/htdocs/adherents/type_ldap.php b/htdocs/adherents/type_ldap.php index 847c259b6b2..5658bf8ad0a 100644 --- a/htdocs/adherents/type_ldap.php +++ b/htdocs/adherents/type_ldap.php @@ -121,7 +121,7 @@ print ''; dol_fiche_end(); /* - * Barre d'actions + * Action bar */ print '
| '.$langs->trans("LDAPAttributes").' | '; print ''.$langs->trans("Value").' | '; print ''; -// Lecture LDAP +// LDAP reading $ldap=new Ldap(); $result=$ldap->connect_bind(); if ($result > 0)