You are here

environment_indicator_variable.install in Environment Indicator 7.2

Installation file for Environment Indicator Variables Integration module

File

environment_indicator_variable/environment_indicator_variable.install
View source
<?php

/**
 * @file
 * Installation file for Environment Indicator Variables Integration module
 */

/**
 * Implements hook_install().
 */
function environment_indicator_variable_install() {

  // Set module weight for it to run before most modules, but after variable_realm
  db_query("UPDATE {system} SET weight = -890 WHERE name = 'environment_indicator_variable' AND type = 'module'");
}

Functions