forked from extern/egroupware
removed diagnostics from bugfix
This commit is contained in:
parent
bd471bda9d
commit
d6d5b29ef5
@ -457,7 +457,7 @@
|
||||
$myfilter = $this->makefilter($filterfields,'','',$DEBUG);
|
||||
}
|
||||
$myfilter = $GLOBALS['egw']->translation->convert($myfilter,$GLOBALS['egw']->translation->system_charset,'utf-8');
|
||||
echo "<p>ldap_search($this->ldap,'".$GLOBALS['egw_info']['server']['ldap_contact_context']."','$myfilter')</p>\n";
|
||||
|
||||
$sri = ldap_search($this->ldap, $GLOBALS['egw_info']['server']['ldap_contact_context'], $myfilter);
|
||||
|
||||
$ldap_fields = ldap_get_entries($this->ldap, $sri);
|
||||
|
Loading…
Reference in New Issue
Block a user