Ignore:
Timestamp:
Jan 15, 2007, 1:09:14 AM (17 years ago)
Author:
rub
Message:

There are no filter enabled if filter configuration is empty (no icon, no functions, ...)
New system for the filter page configuration

View mode flat_recent_cat becomes flat_cat (recent period is removed because global filter is sufficient)

Recent period of global filter must be defined "after" start parameter (default value is $userrecent_period).

File:
1 edited

Legend:

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

    r1678 r1722  
    265265  }
    266266
    267   if (isset($params['flat_recent_cat']) and $params['flat_recent_cat'] > 0)
    268   {
    269     $url.= '/flat_recent_cat-'.$params['flat_recent_cat'];
     267  if (isset($params['flat_cat']))
     268  {
     269    $url.= '/flat_cat';
    270270  }
    271271
Note: See TracChangeset for help on using the changeset viewer.