Changeset 3126 for trunk/include/category_default.inc.php
- Timestamp:
- Feb 5, 2009, 4:03:30 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/category_default.inc.php
r3124 r3126 28 28 */ 29 29 30 $page['rank_of'] = array_flip($page['items']);31 32 30 $pictures = array(); 33 31 … … 40 38 if (count($selection) > 0) 41 39 { 40 $rank_of = array_flip($page['items']); 41 42 42 $query = ' 43 43 SELECT * … … 54 54 55 55 usort($pictures, 'rank_compare'); 56 unset($rank_of); 56 57 } 57 58
Note: See TracChangeset
for help on using the changeset viewer.