environment_indicator.install in Environment Indicator 6
Same filename and directory in other branches
Environment Indicator installation file.
@author Tom Kirkpatrick (mrfelton), www.kirkdesigns.co.uk
File
environment_indicator.installView 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
Name | Description |
---|---|
environment_indicator_uninstall | Implementation of hook_install(). |