You are here

function fz152_entityform_uninstall in FZ152 7

Implements hook_uninstall().

File

module/entityform/fz152_entityform.install, line 11
Installation and deinstallation hooks.

Code

function fz152_entityform_uninstall() {
  variable_del('fz152_entityform_*');
}