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_filter.inc.php

    r1677 r1722  
    3535function get_filter_check_key()
    3636{
    37   global $user;
    38  
    39   return $user['id'].$user['recent_period'].date('Ymd');
     37  global $user, $filter;
     38
     39  return $user['id'].$filter['recent_period'].date('Ymd');
    4040}
    4141
Note: See TracChangeset for help on using the changeset viewer.