mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-05-13 03:46:05 +03:00
merge -r1308:1309 from branch 1.6 to trunk (bug 367 fixed)
git-svn-id: http://piwigo.org/svn/trunk@1310 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
82e74dc53f
commit
fc986780f9
3 changed files with 8 additions and 4 deletions
|
@ -563,7 +563,7 @@ function get_html_tag_selection(
|
|||
|
||||
function name_compare($a, $b)
|
||||
{
|
||||
return strcmp($a['name'], $b['name']);
|
||||
return strcmp(strtolower($a['name']), strtolower($b['name']));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue