You are here

function vars_update_7200 in Variable API 7.2

Flush the module cache.

File

./vars.install, line 82
Install, update and uninstall functions for the Variables API module.

Code

function vars_update_7200() {
  cache_clear_all('*', 'cache_vars', TRUE);
}