Changeset 1225


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

merge -r1223:1224 from branch 1.6 to trunk (bug 332 fixed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_list.php

    r1131 r1225  
    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.