You are here

function vars_7103 in Variable API 7

Update the module weight.

File

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

Code

function vars_7103() {
  db_query("UPDATE {system} SET weight = -99 WHERE name = 'vars' AND type = 'module'");
}