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/admin/picture_modify.php

    r640 r642  
    163163$date = isset($_POST['date_creation']) && empty($errors)
    164164?$_POST['date_creation']:date_convert_back(@$row['date_creation']);
    165          
     165
     166$url = PHPWG_ROOT_PATH.'admin.php?page=cat_modify&cat_id=';
    166167$storage_category = get_cat_display_name_cache($row['uppercats'],
    167                                                ' → ',
    168                                                '',
     168                                               $url,
    169169                                               false);
    170170//----------------------------------------------------- template initialization
Note: See TracChangeset for help on using the changeset viewer.