mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02:00
quitend warning if search is empty
This commit is contained in:
parent
591444be4b
commit
e5abeeeded
@ -749,7 +749,7 @@ class so_ldap
|
|||||||
}
|
}
|
||||||
else
|
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();
|
if(!$result) return array();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user