mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
quitend warning if search is empty
This commit is contained in:
parent
591444be4b
commit
e5abeeeded
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user