constant ANTISPAM_COUNT_HAM_DETECTED in AntiSpam 7
Same name and namespace in other branches
- 6 antispam.module \ANTISPAM_COUNT_HAM_DETECTED
6 uses of ANTISPAM_COUNT_HAM_DETECTED
- antispam_get_counter in ./
antispam.module - Get today's counter value for the specified counter type.
- antispam_get_max_counter in ./
antispam.module - Get max counter value for the specified counter type.
- antispam_get_total_counter in ./
antispam.module - Get total counter value for the specified counter type.
- antispam_set_counter in ./
antispam.module - Set today's counter value for the specified counter type.
- _antispam_comment_save in ./
antispam.module - Called from hook_comment_insert() and hook_comment_update().
File
- ./
antispam.module, line 37 - Primary hook implementations for the Antispam module.
Code
define('ANTISPAM_COUNT_HAM_DETECTED', 2);