constant COMMENT_NOTIFY_NODE in Comment Notify 7
Same name and namespace in other branches
- 5.2 comment_notify.module \COMMENT_NOTIFY_NODE
- 6 comment_notify.module \COMMENT_NOTIFY_NODE
4 uses of COMMENT_NOTIFY_NODE
- comment_notify_form_comment_form_alter in ./
comment_notify.module - Implements hook_form_FORM_ID_alter() for comment_form().
- comment_notify_unsubscribe_by_hash in ./
comment_notify.inc - Unsubscribe comment notification requests associated with a hash.
- comment_notify_variable_registry_get in ./
comment_notify.inc - Helper function to centralize variable management and defaults.
- _comment_notify_options in ./
comment_notify.module - Provide an array of available options for notification on a comment.
File
- ./
comment_notify.module, line 10 - This module provides comment follow-up e-mail notification for anonymous and registered users.
Code
define('COMMENT_NOTIFY_NODE', 1);