COMMENT_ANONYMOUS_MAYNOT_CONTACT

Definition

drupal/modules/comment/comment.module

Description

Anonymous posters may not enter their contact information.

Code

<?php
define('COMMENT_ANONYMOUS_MAYNOT_CONTACT', 0);
?>