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

    r1677 r1722  
    108108
    109109  // Update filtered data
    110   update_cats_with_filtered_data($cats);
     110  if (function_exists('update_cats_with_filtered_data'))
     111  {
     112    update_cats_with_filtered_data($cats);
     113  }
    111114
    112115  return get_html_menu_category($cats);
Note: See TracChangeset for help on using the changeset viewer.