forked from extern/egroupware
fixed initially wrong sorted accounts, because account_id is used as key
This commit is contained in:
parent
2b3cafe75c
commit
27ebbd6bad
@ -284,7 +284,7 @@ if ($app == 'felamimail') continue; // disabled fmail for now, as it break whole
|
|||||||
$params['query_type'] = 'all';
|
$params['query_type'] = 'all';
|
||||||
}
|
}
|
||||||
|
|
||||||
$rows = self::$accounts->search($params);
|
$rows = array_values(self::$accounts->search($params));
|
||||||
//error_log(__METHOD__."() accounts->search(".array2string($params).") total=".self::$accounts->total);
|
//error_log(__METHOD__."() accounts->search(".array2string($params).") total=".self::$accounts->total);
|
||||||
|
|
||||||
foreach($rows as &$row)
|
foreach($rows as &$row)
|
||||||
|
Loading…
Reference in New Issue
Block a user