allow sorting after multiple criteria as in sql

This commit is contained in:
Ralf Becker 2004-08-28 14:43:09 +00:00
parent 1a70e1ce68
commit d4a2742a82

View File

@ -547,7 +547,7 @@
{ {
$order = 'account_lid'; $order = 'account_lid';
} }
$sortedAccounts = $arrayFunctions->arfsort($accounts,array($order),$sort); $sortedAccounts = $arrayFunctions->arfsort($accounts,explode(',',$order),$sort);
$this->total = count($accounts); $this->total = count($accounts);
// return only the wanted accounts // return only the wanted accounts