function vars_install in Variable API 7
Same name and namespace in other branches
- 6.2 vars.install \vars_install()
- 6 vars.install \vars_install()
- 7.2 vars.install \vars_install()
Implements hook_install().
File
- ./
vars.install, line 72 - Install, update and uninstall functions for the Variable API module.
Code
function vars_install() {
db_query("UPDATE {system} SET weight = -99 WHERE name = 'vars' AND type = 'module'");
}