* removing @ (ldap_bind() shouldn't issue a warning anyway, and if it does, it is logged)

release-0.6
till 17 years ago
parent 736307aab4
commit 369efc9ab7

@ -123,7 +123,7 @@ class rcube_ldap
return false;
}
if (@ldap_bind($this->conn, $dn, $pass)) {
if (ldap_bind($this->conn, $dn, $pass)) {
return true;
}

Loading…
Cancel
Save