You are here

boost_captcha.install in Boost Captcha 6

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

File

boost_captcha.install
View source
<?php

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

/**
 * Implementation of hook_install().
 */
function boost_captcha_install() {
}

/**
 * Implementation of 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

Namesort descending Description
boost_captcha_install Implementation of hook_install().
boost_captcha_uninstall Implementation of hook_uninstall().