mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 00:53:04 +02:00
bug 3187: sort albums by names without accents
git-svn-id: http://piwigo.org/svn/trunk@30874 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-1
@@ -281,7 +281,7 @@ SELECT id, name, id_uppercat
|
||||
}
|
||||
else
|
||||
{
|
||||
$sort[] = $row['name'];
|
||||
$sort[] = remove_accents($row['name']);
|
||||
}
|
||||
|
||||
$categories[] = array(
|
||||
|
||||
Reference in New Issue
Block a user