constant SPAM_ACTION_PREVENT in Spam 6
Same name and namespace in other branches
- 5.3 spam.module \SPAM_ACTION_PREVENT
8 uses of SPAM_ACTION_PREVENT
- comment_spamapi_form_alter in content/
spam_content_comment.inc - Form alter gets its own function so we can reference &$form without causing errors in PHP4 installations. (If we use spamapi, we have to set a default, which PHP4 doesn't support.)
- comment_spam_scan in content/
spam_content_comment.inc - Scan comment content before it is posted into the database.
- spam_admin_feedback_form_submit in ./
spam.module - Process spam feedback.
- spam_admin_settings_form in ./
spam.module - Spam module settings form.
- spam_content_insert in ./
spam.module - This function is called when new content is first posted to your website.
File
- ./
spam.module, line 14 - Spam module, v3 Copyright(c) 2006-2008 Jeremy Andrews <jeremy@tag1consulting.com>. All rights reserved.
Code
define('SPAM_ACTION_PREVENT', 1);