mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
"fixed not working delete for contacts in ldap, as reported by Bernhard D Rohrer on the English user list"
This commit is contained in:
parent
8f6cf0ac8f
commit
29af6786d1
@ -539,7 +539,7 @@ class addressbook_ldap
|
||||
|
||||
foreach($keys as $entry)
|
||||
{
|
||||
$entry = ldap::quote($entry);
|
||||
$entry = ldap::quote(is_array($entry) ? $entry['id'] : $entry);
|
||||
if($result = ldap_search($this->ds, $GLOBALS['egw_info']['server']['ldap_contact_context'],
|
||||
"(|(entryUUID=$entry)(uid=$entry))", $attributes))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user