Changeset 25975 for trunk/include


Ignore:
Timestamp:
Dec 16, 2013, 9:18:56 PM (10 years ago)
Author:
rvelices
Message:

invalidate_user_cache fix in web service method + do not invalidate user cache on every page hit on album list, photo etc ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/ws_functions/pwg.groups.php

    r25968 r25975  
    150150  pwg_query($query);
    151151
     152  include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
     153  invalidate_user_cache();
     154
    152155  return new PwgNamedArray($groupnames, 'group_deleted');
    153156}
     
    247250    );
    248251
     252  include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
    249253  invalidate_user_cache();
    250254
     
    281285  pwg_query($query);
    282286
     287  include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
    283288  invalidate_user_cache();
    284289
Note: See TracChangeset for help on using the changeset viewer.