constant IMAGE_CAPTCHA_ERROR_NO_GDLIB in CAPTCHA 7
Same name and namespace in other branches
- 8 image_captcha/image_captcha.module \IMAGE_CAPTCHA_ERROR_NO_GDLIB
- 6.2 image_captcha/image_captcha.module \IMAGE_CAPTCHA_ERROR_NO_GDLIB
4 uses of IMAGE_CAPTCHA_ERROR_NO_GDLIB
- image_captcha_captcha in image_captcha/
image_captcha.module - Implements hook_captcha().
- image_captcha_requirements in image_captcha/
image_captcha.install - Implements hook_requirements().
- image_captcha_settings_form in image_captcha/
image_captcha.admin.inc - Configuration form for image_captcha.
- _image_captcha_check_setup in image_captcha/
image_captcha.module - Helper function for checking the setup of the Image CAPTCHA.
File
- image_captcha/
image_captcha.module, line 11 - Implements image CAPTCHA for use with the CAPTCHA module
Code
define('IMAGE_CAPTCHA_ERROR_NO_GDLIB', 1);