mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-24 02:11:27 +01:00
correction d'erreur dans le code
This commit is contained in:
@@ -120,7 +120,7 @@ if (defined("LDAP_SERVER_HOST") && LDAP_SERVER_HOST && $_GET["action"] == 'test'
|
||||
{
|
||||
print "connection au serveur ldap r<>ussie<br>";
|
||||
|
||||
if ((dolibarr_ldap_getversion($ds) == 3)
|
||||
if ((dolibarr_ldap_getversion($ds) == 3))
|
||||
{
|
||||
print "Serveur ldap configur<75> en version 3<br>";
|
||||
}
|
||||
@@ -140,7 +140,7 @@ if (defined("LDAP_SERVER_HOST") && LDAP_SERVER_HOST && $_GET["action"] == 'test'
|
||||
print "connection au dn $dn rat<61><br>";
|
||||
}
|
||||
|
||||
$unbind = dolibarr_ldap_unbind($ds)
|
||||
$unbind = dolibarr_ldap_unbind($ds);
|
||||
|
||||
if ($bind)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user