You are here

environment_indicator.install in Environment Indicator 6

Environment Indicator installation file.

@author Tom Kirkpatrick (mrfelton), www.kirkdesigns.co.uk

File

environment_indicator.install
View source
<?php

/**
 * @file
 * Environment Indicator installation file.
 *
 * @author Tom Kirkpatrick (mrfelton), www.kirkdesigns.co.uk
 */

/**
 * Implementation of hook_install().
 */
function environment_indicator_uninstall() {
  db_query("DELETE FROM {variable} WHERE name LIKE 'environment_indicator_%'");
}

Functions

Namesort descending Description
environment_indicator_uninstall Implementation of hook_install().