From d8f1c262de1d9907890e6e8bbb6212ce6d93b5c3 Mon Sep 17 00:00:00 2001 From: rvelices Date: Mon, 20 Jul 2009 05:37:37 +0000 Subject: - bug fix (use uasort for computed categories instead of usort) - I think this is an old bug and somehow it worked before) git-svn-id: http://piwigo.org/svn/branches/2.0@3643 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_user.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions_user.inc.php') diff --git a/include/functions_user.inc.php b/include/functions_user.inc.php index c0932de2e..a8515a6a7 100644 --- a/include/functions_user.inc.php +++ b/include/functions_user.inc.php @@ -656,7 +656,7 @@ FROM '.CATEGORIES_TABLE.' as c $cats += array($row['cat_id'] => $row); } - usort($cats, 'global_rank_compare'); + uasort($cats, 'global_rank_compare'); compute_categories_data($cats); -- cgit v1.2.3