You are here

fz152_webform.install in FZ152 7

Installation and deinstallation hooks.

File

module/webform/fz152_webform.install
View source
<?php

/**
 * @file
 * Installation and deinstallation hooks.
 */

/**
 * Implements hook_uninstall().
 */
function fz152_webform_uninstall() {
  variable_del('fz152_webform_*');
}

Functions

Namesort descending Description
fz152_webform_uninstall Implements hook_uninstall().