function boost_captcha_uninstall in Boost Captcha 7
Same name and namespace in other branches
- 6 boost_captcha.install \boost_captcha_uninstall()
Implements hook_uninstall().
File
- ./
boost_captcha.install, line 17
Code
function boost_captcha_uninstall() {
variable_del('boost_captcha_filter_by_form');
variable_del('boost_captcha_filter_forms');
variable_del('boost_captcha_enable_debug');
}