Changeset 1224


Ignore:
Timestamp:
Apr 20, 2006, 11:37:47 PM (18 years ago)
Author:
plg
Message:

bug 332 fixed: automatic categories sort by name was not the expected one
(first uppercat, after lowercase).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/admin/cat_list.php

    r1131 r1224  
    127127  while ($row = mysql_fetch_assoc($result))
    128128  {
    129     $categories[ $row['id'] ] = $row['name'];
     129    $categories[ $row['id'] ] = strtolower($row['name']);
    130130  }
    131131
Note: See TracChangeset for help on using the changeset viewer.