You are here

function fz152_webform_uninstall in FZ152 7

Implements hook_uninstall().

File

module/webform/fz152_webform.install, line 11
Installation and deinstallation hooks.

Code

function fz152_webform_uninstall() {
  variable_del('fz152_webform_*');
}