Changeset 1952


Ignore:
Timestamp:
Apr 11, 2007, 2:49:45 AM (17 years ago)
Author:
rvelices
Message:

fix admin.php #_user_cache.need_update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin.php

    r1945 r1952  
    161161// +-----------------------------------------------------------------------+
    162162// Only for pages witch change permissions
    163 if (in_array($page['page'], array('cat_options', 'cat_perm',
    164     'group_perm', 'site_update', 'user_list', 'user_perm')))
     163if (
     164    in_array($page['page'],
     165      array(
     166        'site_manager', // delete site
     167        'site_update',  // ?only POST
     168        'cat_list',     // delete cat
     169        'cat_modify',   // delete cat; public/private; lock/unlock
     170        'cat_move',     // ?only POST
     171        'cat_options',  // ?only POST; public/private; lock/unlock
     172        'cat_perm',     // ?only POST
     173        'element_set',  // ?only POST; associate/dissociate
     174        'user_list',    // ?only POST; group assoc
     175        'user_perm',
     176        'group_perm',
     177        'group_list',   // delete group
     178      )
     179    )
     180  )
    165181{
    166182  $query = '
Note: See TracChangeset for help on using the changeset viewer.