function botcha_install in BOTCHA Spam Prevention 7.4
Same name and namespace in other branches
- 6 botcha.install \botcha_install()
- 6.2 botcha.install \botcha_install()
- 6.3 botcha.install \botcha_install()
- 7 botcha.install \botcha_install()
- 7.2 botcha.install \botcha_install()
- 7.3 botcha.install \botcha_install()
@file Install, update and uninstall functions for the BOTCHA module.
File
- ./
botcha.install, line 7 - Install, update and uninstall functions for the BOTCHA module.
Code
function botcha_install() {
module_enable(array(
'botcha_base',
), FALSE);
}