"fixed not working search for groups"

This commit is contained in:
Ralf Becker 2007-06-03 15:17:37 +00:00
parent 1ce25bed9c
commit 71141e4b14

View File

@ -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)))
{