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/category_cats.inc.php

    r1719 r1722  
    175175{
    176176  // Update filtered data
    177   update_cats_with_filtered_data($categories);
     177  if (function_exists('update_cats_with_filtered_data'))
     178  {
     179    update_cats_with_filtered_data($categories);
     180  }
    178181
    179182  if ($conf['subcatify'])
Note: See TracChangeset for help on using the changeset viewer.