allow sorting after multiple criteria as in sql

This commit is contained in:
Ralf Becker 2004-08-28 14:44:05 +00:00
parent 0e557eb9e5
commit b3b3420674

View File

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