Changeset 1651 for trunk/include/category_default.inc.php
- Timestamp:
- Dec 13, 2006, 1:05:16 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/category_default.inc.php
r1648 r1651 48 48 FROM '.IMAGES_TABLE.' 49 49 WHERE id IN ('.implode(',', $selection).')'; 50 if ($page['filter_ mode'])50 if ($page['filter_local_mode'] or $user['filter_global_mode']) 51 51 { 52 52 $query.= '
Note: See TracChangeset
for help on using the changeset viewer.