quitend warning if search is empty

This commit is contained in:
Ralf Becker 2006-06-18 05:04:01 +00:00
parent 591444be4b
commit e5abeeeded

View File

@ -749,7 +749,7 @@ class so_ldap
}
else
{
$result = ldap_list($this->ds, $_ldapContext, $_filter, $_attributes, 0, $this->ldapLimit);
$result = @ldap_list($this->ds, $_ldapContext, $_filter, $_attributes, 0, $this->ldapLimit);
}
if(!$result) return array();