You are here

function vars_update_7102 in Variable API 7

Flush the module cache.

File

./vars.install, line 79
Install, update and uninstall functions for the Variable API module.

Code

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