function botcha_disable in BOTCHA Spam Prevention 6.4
File
- ./
botcha.install, line 21 - Install, update and uninstall functions for the BOTCHA module.
Code
function botcha_disable() {
module_disable(array(
'botcha_base',
));
}
function botcha_disable() {
module_disable(array(
'botcha_base',
));
}