From f5561856a2c16b4631de2a274f114a98f64be910 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 9 Jan 2015 14:14:45 +0000 Subject: bug 3187: sort albums by names without accents git-svn-id: http://piwigo.org/svn/trunk@30874 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/cat_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/cat_list.php') diff --git a/admin/cat_list.php b/admin/cat_list.php index 54cb44595..d69bb4957 100644 --- a/admin/cat_list.php +++ b/admin/cat_list.php @@ -281,7 +281,7 @@ SELECT id, name, id_uppercat } else { - $sort[] = $row['name']; + $sort[] = remove_accents($row['name']); } $categories[] = array( -- cgit v1.2.3