You are here

variable_realm_union.install in Variable 7

Installation file for Variable Realm Union

File

variable_realm_union/variable_realm_union.install
View source
<?php

/**
 * @file
 * Installation file for Variable Realm Union
 */

/**
 * Implements hook_install().
 */
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'");
}

Functions

Namesort descending Description
variable_realm_union_install Implements hook_install().