forked from extern/egroupware
* 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
|
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
|
// single string to search for --> create so_sql conformant search criterial for the standard search columns
|
||||||
if ($criteria && !is_array($criteria))
|
if ($criteria && !is_array($criteria))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user