Ignore:
Timestamp:
May 18, 2014, 9:12:50 AM (10 years ago)
Author:
rvelices
Message:

rv_gmaps simplification and use of persistent cache

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_gmaps/trunk/admin/admin_boot.php

    r26331 r28498  
    33
    44include_once( dirname(dirname(__FILE__)) .'/include/functions.php');
    5 
    6 add_event_handler('invalidate_user_cache', 'rvm_invalidate_cache' );
    75
    86add_event_handler('get_admin_plugin_menu_links', 'rvm_plugin_admin_menu' );
     
    8987  WHERE id IN ('.implode(',',$collection).')';
    9088    pwg_query($update_query);
    91     rvm_invalidate_cache();
    9289  }
    9390}
Note: See TracChangeset for help on using the changeset viewer.