Ignore:
Timestamp:
Dec 18, 2012, 11:51:56 PM (11 years ago)
Author:
Miklfe
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PwgCarbon_dft/themeconf.inc.php

    r19209 r19498  
    2727
    2828add_event_handler('get_categories_menu_sql_where', 'mic_get_categories_menu_sql_where', EVENT_HANDLER_PRIORITY_NEUTRAL, 3 );
     29if(!function_exists('mic_get_categories_menu_sql_where'))
     30{
     31        function mic_get_categories_menu_sql_where($where){     
     32                global $page;
     33                        $where = '1';
     34                return $where;
     35        }
    2936
    30 function mic_get_categories_menu_sql_where($where){     
    31         global $page;
    32                 $where = '1';
    33         return $where;
    3437}
    35 
    36 
    3738
    3839
Note: See TracChangeset for help on using the changeset viewer.