fz152_webform.install in FZ152 7
Installation and deinstallation hooks.
File
module/webform/fz152_webform.installView source
<?php
/**
* @file
* Installation and deinstallation hooks.
*/
/**
* Implements hook_uninstall().
*/
function fz152_webform_uninstall() {
variable_del('fz152_webform_*');
}
Functions
Name | Description |
---|---|
fz152_webform_uninstall | Implements hook_uninstall(). |