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:
parent
639edaa04b
commit
f5561856a2
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ SELECT id, name, id_uppercat
|
|||
}
|
||||
else
|
||||
{
|
||||
$sort[] = $row['name'];
|
||||
$sort[] = remove_accents($row['name']);
|
||||
}
|
||||
|
||||
$categories[] = array(
|
||||
|
|
Loading…
Reference in a new issue