forked from extern/egroupware
allow sorting after multiple criteria as in sql
This commit is contained in:
parent
1a70e1ce68
commit
d4a2742a82
@ -547,7 +547,7 @@
|
||||
{
|
||||
$order = 'account_lid';
|
||||
}
|
||||
$sortedAccounts = $arrayFunctions->arfsort($accounts,array($order),$sort);
|
||||
$sortedAccounts = $arrayFunctions->arfsort($accounts,explode(',',$order),$sort);
|
||||
$this->total = count($accounts);
|
||||
|
||||
// return only the wanted accounts
|
||||
|
Loading…
Reference in New Issue
Block a user