Ignore:
Timestamp:
Dec 13, 2006, 1:05:16 AM (18 years ago)
Author:
rub
Message:

Feature Issue ID 0000601: Filter all public pages with only recent elements

Last draft before final development.
There a icon for global mode and one other for local mode.

Counters are not good, filter on images are not everywhere applied, moment to update cache are not optimized, ...

Go to http://forum.phpwebgallery.net/viewtopic.php?id=9490

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/category_default.inc.php

    r1648 r1651  
    4848  FROM '.IMAGES_TABLE.'
    4949  WHERE id IN ('.implode(',', $selection).')';
    50   if ($page['filter_mode'])
     50  if ($page['filter_local_mode'] or $user['filter_global_mode'])
    5151  {
    5252    $query.= '
Note: See TracChangeset for help on using the changeset viewer.