Changeset 4385 for trunk/admin/include/functions.php
- Timestamp:
- Nov 29, 2009, 1:35:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/functions.php
r4334 r4385 417 417 { 418 418 $query = ' 419 SELECT id, i f(id_uppercat is null,\'\',id_uppercat) AS id_uppercat, uppercats, rank, global_rank419 SELECT id, id_uppercat, uppercats, rank, global_rank 420 420 FROM '.CATEGORIES_TABLE.' 421 421 ORDER BY id_uppercat,rank,name';
Note: See TracChangeset
for help on using the changeset viewer.