From aade5fbf2454fd540c48c7e1cf7abad8479b9f5f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 2 Aug 2008 20:29:43 +0000 Subject: - Patch #237636 by marcingy: comment status field should match node status field. --- modules/comment/comment.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index ef03a0550..692f5d2df 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -11,14 +11,14 @@ */ /** - * Comment is published. + * Comment is awaiting approval. */ -define('COMMENT_PUBLISHED', 0); +define('COMMENT_NOT_PUBLISHED', 0); /** - * Comment is awaiting approval. + * Comment is published. */ -define('COMMENT_NOT_PUBLISHED', 1); +define('COMMENT_PUBLISHED', 1); /** * Comments are displayed in a flat list - collapsed. -- cgit v1.2.3