Changeset 800 for trunk/admin.php


Ignore:
Timestamp:
Jun 30, 2005, 11:20:06 PM (19 years ago)
Author:
plg
Message:
  • category permissions management comes back! (it disappeared in branch 1.4) This time, it is designed to support better long users list. On this screen, for a particular category, admin can say which groups and users are permitted.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin.php

    r792 r800  
    9797 case 'cat_perm':
    9898   $title = $lang['title_cat_perm'];
    99    if ( isset( $_GET['cat_id'] ) )
     99   if ( isset( $_GET['cat'] ) )
    100100   {
    101      check_cat_id( $_GET['cat_id'] );
     101     check_cat_id( $_GET['cat'] );
    102102     if ( isset( $page['cat'] ) and is_numeric( $page['cat'] ) )
    103103     {
Note: See TracChangeset for help on using the changeset viewer.