forked from extern/egroupware
"fixed error reported on the german list, happens when contacts are stored in ldap (no distribution lists)"
This commit is contained in:
parent
b0da799ee7
commit
400a5bd48d
@ -959,7 +959,10 @@ class uicontacts extends bocontacts
|
||||
if ($show_calendar) $calendar = $this->read_calendar($ids);
|
||||
// distributionlist memership for the entrys
|
||||
//_debug_array($this->get_lists(EGW_ACL_EDIT));
|
||||
if ($show_distributionlist) $distributionlist = $this->read_distributionlist($ids,array_keys($available_distib_lists));
|
||||
if ($show_distributionlist && $available_distib_lists)
|
||||
{
|
||||
$distributionlist = $this->read_distributionlist($ids,array_keys($available_distib_lists));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user