boost_captcha.install in Boost Captcha 6
Same filename and directory in other branches
File
boost_captcha.installView 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
Name![]() |
Description |
---|---|
boost_captcha_install | Implementation of hook_install(). |
boost_captcha_uninstall | Implementation of hook_uninstall(). |