You are here

function agrcache_update_7002 in Aggregate cache 7

Don't use variables anymore.

File

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

Code

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