Ignore:
Timestamp:
Sep 14, 2003, 6:03:15 PM (21 years ago)
Author:
z0rglub
Message:

Right link to change category permissions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/group_perm.php

    r57 r102  
    7171  $vtp->addSession( $sub, 'category' );
    7272  $vtp->setVar( $sub, 'category.id', $row['id'] );
     73  $url = './admin.php?page=cat_perm&cat_id='.$row['id'];
     74  $vtp->setVar( $sub, 'category.cat_perm_link', add_session_id( $url ) );
    7375  // Is the group allowed to access this category
    7476  $is_group_allowed = is_group_allowed( $row['id'], $restrictions );
Note: See TracChangeset for help on using the changeset viewer.