Changeset 642 for trunk/comments.php


Ignore:
Timestamp:
Dec 12, 2004, 10:06:39 PM (19 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/comments.php

    r607 r642  
    153153    $cat_result = get_cat_info($subrow['cat_id']);
    154154    $array_cat_names[$subrow['cat_id']] =
    155       get_cat_display_name($cat_result['name'], ' > ', '');
     155      get_cat_display_name($cat_result['name'], '');
    156156  }
    157157 
Note: See TracChangeset for help on using the changeset viewer.