mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-07 14:39:56 +01:00
* LDAP/AD/UCS: fixed sending mails to groups used as distribution lists
This commit is contained in:
parent
cfc7cabbf1
commit
44c4d2a93b
@ -672,7 +672,7 @@ class Storage
|
||||
{
|
||||
unset($filter['tid']); // return all entries incl. deleted
|
||||
}
|
||||
$backend = $this->get_backend(null,$filter['owner']);
|
||||
$backend = $this->get_backend(null, isset($filter['list']) && $filter['list'] < 0 ? 0 : $filter['owner']);
|
||||
// single string to search for --> create so_sql conformant search criterial for the standard search columns
|
||||
if ($criteria && !is_array($criteria))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user