Skip to content
Snippets Groups Projects
antibot.install 224 B
Newer Older
Chris Gross's avatar
Chris Gross committed
<?php

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

Chris Gross's avatar
Chris Gross committed
/**
 * Implements hook_uninstall().
 */
function antibot_uninstall() {
  variable_del('antibot_form_ids');
Chris Gross's avatar
Chris Gross committed
  variable_del('antibot_show_form_ids');
Chris Gross's avatar
Chris Gross committed
}