Update ldap.class.php
This commit is contained in:
parent
797bab4741
commit
c015bbda14
@ -609,7 +609,7 @@ class Ldap
|
||||
}
|
||||
if ($result <= 0)
|
||||
{
|
||||
$this->error = ldap_errno($this->connection)." ".$this->error;
|
||||
$this->error = ldap_error($this->connection).' (Code '.ldap_errno($this->connection).") ".$this->error;
|
||||
dol_syslog(get_class($this)."::update ".$this->error, LOG_ERR);
|
||||
//print_r($info);
|
||||
return -1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user