You are here

constant COMMENT_ANONYMOUS_MUST_CONTACT in Drupal 6

Same name and namespace in other branches
  1. 8 core/modules/comment/comment.module \COMMENT_ANONYMOUS_MUST_CONTACT
  2. 4 modules/comment.module \COMMENT_ANONYMOUS_MUST_CONTACT
  3. 5 modules/comment/comment.module \COMMENT_ANONYMOUS_MUST_CONTACT
  4. 7 modules/comment/comment.module \COMMENT_ANONYMOUS_MUST_CONTACT

Anonymous posters must leave their contact information.

2 uses of COMMENT_ANONYMOUS_MUST_CONTACT
comment_form in modules/comment/comment.module
Generate the basic commenting form, for appending to a node or display on a separate page.
comment_validate in modules/comment/comment.module
Validate comment data.

File

modules/comment/comment.module, line 85
Enables users to comment on published content.

Code

define('COMMENT_ANONYMOUS_MUST_CONTACT', 2);