constant COMMENT_NOTIFY_DISABLED in Comment Notify 7
Same name and namespace in other branches
- 8 comment_notify.module \COMMENT_NOTIFY_DISABLED
- 5.2 comment_notify.module \COMMENT_NOTIFY_DISABLED
- 6 comment_notify.module \COMMENT_NOTIFY_DISABLED
@file This module provides comment follow-up e-mail notification for anonymous and registered users.
3 uses of COMMENT_NOTIFY_DISABLED
- comment_notify_comment_update in ./
comment_notify.module - Implements hook_comment_update().
- comment_notify_form_alter in ./
comment_notify.module - Implements hook_form_alter().
- comment_notify_variable_registry_get in ./
comment_notify.inc - Helper function to centralize variable management and defaults.
File
- ./
comment_notify.module, line 9 - This module provides comment follow-up e-mail notification for anonymous and registered users.
Code
define('COMMENT_NOTIFY_DISABLED', 0);