You are here

function antibot_uninstall in Antibot 7

Implements hook_uninstall().

File

./antibot.install, line 11
Install/uninstall/update hooks and functions.

Code

function antibot_uninstall() {
  variable_del('antibot_form_ids');
  variable_del('antibot_show_form_ids');
}