constant COMMENT_NODE_DISABLED

Comments for this node are disabled.

5 uses of COMMENT_NODE_DISABLED
comment_nodeapi in drupal-6.x/modules/comment/comment.module
Implementation of hook_nodeapi().
default_profile_tasks in drupal-6.x/profiles/default/default.profile
Perform any final installation tasks for this profile.
example_profile_tasks in documentation-6.x/developer/example.profile
Perform any final installation tasks for this profile.
template_preprocess_forum_icon in drupal-6.x/modules/forum/forum.module
Process variables to format the icon for each individual topic.
_blogapi_mt_extra in drupal-6.x/modules/blogapi/blogapi.module
Handles extra information sent by clients according to MovableType's spec.

File

drupal-6.x/modules/comment/comment.module, line 100
Enables users to comment on published content.

Code

define('COMMENT_NODE_DISABLED', 0)