Removed treemenu libraries

This commit is contained in:
Laurent Destailleur
2009-01-30 21:21:22 +00:00
parent 3cf8539d4e
commit 43a6797e1b
15 changed files with 326 additions and 1766 deletions

View File

@@ -2779,7 +2779,7 @@ function stopwithmem()
* natural case insensitive sorting (which can be optionally case
* sensitive as well).
*/
function dol_sort_array($array, $index, $order='asc', $natsort, $case_sensitive)
function dol_sort_array(&$array, $index, $order='asc', $natsort, $case_sensitive)
{
// Clean parameters
$order=strtolower($order);