mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
"fixed not working search for groups"
This commit is contained in:
parent
1ce25bed9c
commit
71141e4b14
@ -382,7 +382,7 @@ class accounts_backend
|
||||
}
|
||||
}
|
||||
$accounts = array();
|
||||
if (($contacts =& $GLOBALS['egw']->contacts->search($criteria,false,$order,'account_lid,account_type',
|
||||
if (($contacts =& $GLOBALS['egw']->contacts->search($criteria,false,$order,"account_lid,account_type,$this->table.account_id",
|
||||
$wildcard,false,'OR',$offset ? array($start,$offset) : is_null($start) ? false : $start,
|
||||
$filter,$this->contacts_join)))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user