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:
plegall 2015-01-09 14:14:45 +00:00
parent 639edaa04b
commit f5561856a2

View file

@ -281,7 +281,7 @@ SELECT id, name, id_uppercat
}
else
{
$sort[] = $row['name'];
$sort[] = remove_accents($row['name']);
}
$categories[] = array(