You are here

constant COMMENT_ANONYMOUS_MAYNOT_CONTACT in Drupal 5

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

Anonymous posters may not enter their contact information.

3 uses of COMMENT_ANONYMOUS_MAYNOT_CONTACT
comment_admin_settings in modules/comment/comment.module
Menu callback; presents the comment settings page.
comment_form in modules/comment/comment.module
comment_validate in modules/comment/comment.module

File

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

Code

define('COMMENT_ANONYMOUS_MAYNOT_CONTACT', 0);