You are here

function agrcache_update_7001 in Aggregate cache 7

Regenerate variables in case previous values were corrupt due to a race condition.

File

./agrcache.install, line 27
Schema, install and update functions for agrcache module.

Code

function agrcache_update_7001() {
  variable_del('agrcache_js_cache_files');
  variable_del('agrcache_css_cache_files');
}