COMMENT_PUBLISHED

Definition

comment/comment.module

Description

Comment is published.

Code

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