Ignore:
Timestamp:
Dec 12, 2004, 10:06:39 PM (20 years ago)
Author:
plg
Message:
  • in admin menu, status option for categories is not "permissions" but "private or public" choice = different language item
  • get_cat_display_name changed : use $conflevel_separator to unify presentation
  • default values for category properties commentable, uploadable, status and visible (set in include/config.inc.php) used for category creation (admin/update, admin/remote_site, admin/cat_list)
  • use mass_inserts in admin/update for inserting new categories
  • only one query for counting the number of sub categories in admin/cat_list
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/category_recent_cats.inc.php

    r610 r642  
    6060}
    6161
     62$old_level_separator = $conf['level_separator'];
     63$conf['level_separator'] = '<br />';
    6264// for each category, we have to search a recent picture to display and
    6365// the name to display
     
    9193  }
    9294}
     95$conf['level_separator'] = $old_level_separator;
    9396?>
Note: See TracChangeset for help on using the changeset viewer.