You are here

function vars_update_7204 in Variable API 7.2

Update the code registry.

File

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

Code

function vars_update_7204() {
  registry_rebuild();
}