mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-16 03:30:49 +01:00
allow sorting after multiple criteria as in sql
This commit is contained in:
parent
0e557eb9e5
commit
b3b3420674
@ -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