function variable_realm_union_install in Variable 7
Implements hook_install().
File
- variable_realm_union/
variable_realm_union.install, line 10 - Installation file for Variable Realm Union
Code
function variable_realm_union_install() {
// Set module weight for it to run before most modules, but after variable_realm
db_query("UPDATE {system} SET weight = -990 WHERE name = 'variable_realm_union' AND type = 'module'");
}