- Timestamp:
- Nov 2, 2009, 2:23:52 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/event_cats/include/evntcats_main_funcs.inc.php
r4170 r4171 330 330 SELECT id,name,uppercats,global_rank 331 331 FROM '.CATEGORIES_TABLE, 332 $c, 'category_options', true);332 $c, 'category_options', (read_ec_conf('cat_display') == '0')); 333 333 $ec_lists['categories'] = $template->smarty->_tpl_vars['category_options']; 334 334
Note: See TracChangeset
for help on using the changeset viewer.