You are here

antibot.install in Antibot 7

Install/uninstall/update hooks and functions.

File

antibot.install
View source
<?php

/**
 * @file
 * Install/uninstall/update hooks and functions.
 */

/**
 * Implements hook_uninstall().
 */
function antibot_uninstall() {
  variable_del('antibot_form_ids');
  variable_del('antibot_show_form_ids');
}

Functions

Namesort descending Description
antibot_uninstall Implements hook_uninstall().