You are here

function variable_realm_update_7000 in Variable 7

Same name and namespace in other branches
  1. 7.2 variable_realm/variable_realm.install \variable_realm_update_7000()

Refresh cache so new classes are found.

File

variable_realm/variable_realm.install, line 18
Variable API module install file

Code

function variable_realm_update_7000() {
  drupal_flush_all_caches();
}