Changeset 21358 for extensions/SmartAlbums/admin/cat_list.php
- Timestamp:
- Mar 8, 2013, 1:37:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/SmartAlbums/admin/cat_list.php
r19446 r21358 25 25 INNER JOIN '.CATEGORY_FILTERS_TABLE.' AS cf 26 26 ON cf.category_id = cat.id 27 ORDER BY rank ASC27 ORDER BY global_rank ASC 28 28 ;'; 29 29 $categories = hash_from_query($query, 'id');
Note: See TracChangeset
for help on using the changeset viewer.