constant IMAGE_CAPTCHA_ERROR_NO_TTF_SUPPORT in CAPTCHA 7
Same name and namespace in other branches
- 8 image_captcha/image_captcha.module \IMAGE_CAPTCHA_ERROR_NO_TTF_SUPPORT
- 6.2 image_captcha/image_captcha.module \IMAGE_CAPTCHA_ERROR_NO_TTF_SUPPORT
3 uses of IMAGE_CAPTCHA_ERROR_NO_TTF_SUPPORT
- _image_captcha_check_setup in image_captcha/
image_captcha.module - Helper function for checking the setup of the Image CAPTCHA.
- _image_captcha_get_enabled_fonts in image_captcha/
image_captcha.module - Helper function for getting the fonts to use in the image CAPTCHA.
- _image_captcha_settings_form_font_section in image_captcha/
image_captcha.admin.inc - Form elements for the font specific setting.
File
- image_captcha/
image_captcha.module, line 12 - Implements image CAPTCHA for use with the CAPTCHA module
Code
define('IMAGE_CAPTCHA_ERROR_NO_TTF_SUPPORT', 2);