mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
quand les point virgule auto ;-)
This commit is contained in:
parent
d453f4d8e2
commit
994d2a8d31
|
|
@ -265,7 +265,7 @@ if (function_exists("ldap_connect"))
|
|||
// Test ldap_connect
|
||||
// ce test n'est pas fiable car une ressource est constamment retournée
|
||||
// il faut se fier au test ldap_bind
|
||||
$ds = $ldap->dolibarr_ldap_connect()
|
||||
$ds = $ldap->dolibarr_ldap_connect();
|
||||
if ($ds)
|
||||
{
|
||||
print img_picto('','info');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user