Ignore:
Timestamp:
Mar 3, 2011, 10:30:14 PM (13 years ago)
Author:
plg
Message:

optimization: only calculate upload permissions once in a user session

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/community/admin_permissions.php

    r9500 r9501  
    8989    l10n('Permission added')
    9090    );
     91
     92  conf_update_param('community_update', time());
    9193}
    9294
     
    105107;';
    106108  pwg_query($query);
     109
     110  conf_update_param('community_update', time());
    107111
    108112  $_SESSION['page_infos'] = array(l10n('Permission removed'));
Note: See TracChangeset for help on using the changeset viewer.