function botcha_enable in BOTCHA Spam Prevention 6.3
Same name and namespace in other branches
- 6.4 botcha.install \botcha_enable()
- 7.3 botcha.install \botcha_enable()
Implementation of hook_enable().
File
- ./
botcha.install, line 253
Code
function botcha_enable() {
// It is necessary to turn on the OOP-magic of moopapi.
botcha_boot();
moopapi_init();
}