Ignore:
Timestamp:
Nov 2, 2009, 2:23:52 AM (14 years ago)
Author:
LucMorizur
Message:

[Event Cats] Bug corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/include/evntcats_main_funcs.inc.php

    r4170 r4171  
    330330     SELECT id,name,uppercats,global_rank
    331331     FROM '.CATEGORIES_TABLE,
    332    $c, 'category_options', true);
     332   $c, 'category_options', (read_ec_conf('cat_display') == '0'));
    333333  $ec_lists['categories'] = $template->smarty->_tpl_vars['category_options'];
    334334 
Note: See TracChangeset for help on using the changeset viewer.