From 711378019da80ad9005bc32c9421453523cb8655 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 11 Dec 2006 17:13:45 +0000 Subject: -Patch --- modules/comment/comment.module | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 96ef231f6..e82195167 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -381,7 +381,6 @@ function comment_admin_settings() { '#type' => 'fieldset', '#title' => t('Viewing options'), '#collapsible' => TRUE, - '#collapsed' => TRUE, ); $form['viewing_options']['comment_default_mode'] = array( @@ -424,7 +423,6 @@ function comment_admin_settings() { '#type' => 'fieldset', '#title' => t('Posting settings'), '#collapsible' => TRUE, - '#collapsed' => TRUE, ); $form['posting_settings']['comment_anonymous'] = array( -- cgit v1.2.3