You are here

function helper_uninstall in Helper 7

Implements hook_uninstall().

File

./helper.install, line 11
Install, update and uninstall functions for the Telephone module.

Code

function helper_uninstall() {
  variable_del('helper_tweaks');
  variable_del('helper_honeybot_block_anonymous_ip_threshold');
}