Definition

nodecomment/nodecomment.module

Description

Constants to define if comment preview is optional or required

Code

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