From b3649703d59c4eca97383855eb4f27572a8634cb Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 2 Jan 2009 21:17:35 +0000 Subject: - Patch #352911 by swentel: the comment status field was reversed. --- modules/comment/comment.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index d6fa01848..bafb8059c 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1418,7 +1418,7 @@ function comment_form(&$form_state, $edit, $title = NULL) { '#parents' => array('status'), '#title' => t('Status'), '#default_value' => $status, - '#options' => array(t('Published'), t('Not published')), + '#options' => array(t('Not published'), t('Published')), '#weight' => -1, ); } @@ -2175,4 +2175,4 @@ function comment_ranking() { 'arguments' => array(variable_get('node_cron_comments_scale', 0)), ), ); -} \ No newline at end of file +} -- cgit v1.2.3