You are here

boost_captcha.install in Boost Captcha 7

Same filename and directory in other branches
  1. 6 boost_captcha.install

File

boost_captcha.install
View source
<?php

/*
 * @file
 * Boost Captcha Module install file
 */

/**
 * Implements hook_install().
 */
function boost_captcha_install() {
}

/**
 * Implements hook_uninstall().
 */
function boost_captcha_uninstall() {
  variable_del('boost_captcha_filter_by_form');
  variable_del('boost_captcha_filter_forms');
  variable_del('boost_captcha_enable_debug');
}

Functions