From 8550540b511967961c095fc085c8cc8062c424f3 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 7 May 2009 15:15:43 +0000 Subject: #270685 follow-up by JamesAn: Remove unneeded code. --- modules/node/content_types.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'modules') diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc index 56542ba7c..79480db6b 100644 --- a/modules/node/content_types.inc +++ b/modules/node/content_types.inc @@ -108,7 +108,6 @@ function node_type_form(&$form_state, $type = NULL) { '#type' => 'fieldset', '#title' => t('Submission form settings'), '#collapsible' => TRUE, - '#collapsed' => FALSE, ); $form['submission']['title_label'] = array( '#title' => t('Title field label'), -- cgit v1.2.3