mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 21:30:54 +01:00
quitened a warning
This commit is contained in:
parent
86b3262901
commit
0c8f55b6ea
@ -139,7 +139,7 @@
|
||||
$filter='(objectclass=*)';
|
||||
$justthese = array('structuralObjectClass','namingContexts','supportedLDAPVersion','subschemaSubentry');
|
||||
|
||||
if($sr=ldap_read($this->ds, '', $filter, $justthese)) {
|
||||
if(($sr = @ldap_read($this->ds, '', $filter, $justthese))) {
|
||||
if($info = ldap_get_entries($this->ds, $sr)) {
|
||||
|
||||
$ldapServerInfo = new ldapserverinfo();
|
||||
|
Loading…
Reference in New Issue
Block a user