function botcha_is_captcha_installed in BOTCHA Spam Prevention 6
Same name and namespace in other branches
- 7 botcha.inc \botcha_is_captcha_installed()
@file General BOTCHA functionality and helper functions.
3 calls to botcha_is_captcha_installed()
- botcha_form_alter in ./
botcha.module - Implementation of hook_form_alter().
- botcha_help in ./
botcha.module - Implementation of hook_help().
- _botcha_admin_settings in ./
botcha.pages.inc - Module settings form.
File
- ./
botcha.inc, line 8 - General BOTCHA functionality and helper functions.
Code
function botcha_is_captcha_installed() {
return module_exists('captcha');
}