Changeset 30874


Ignore:
Timestamp:
Jan 9, 2015, 3:14:45 PM (9 years ago)
Author:
plg
Message:

bug 3187: sort albums by names without accents

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_list.php

    r28939 r30874  
    282282    else
    283283    {
    284       $sort[] = $row['name'];
     284      $sort[] = remove_accents($row['name']);
    285285    }
    286286   
Note: See TracChangeset for help on using the changeset viewer.