COMMENT_ANONYMOUS_MAYNOT_CONTACT
Definition
modules/comment/comment.module
Description
Anonymous posters may not enter their contact information.
Code
<?php
define('COMMENT_ANONYMOUS_MAYNOT_CONTACT', 0);
?> modules/comment/comment.module
Anonymous posters may not enter their contact information.
<?php
define('COMMENT_ANONYMOUS_MAYNOT_CONTACT', 0);
?>