diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-05-07 15:15:43 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-05-07 15:15:43 +0000 |
commit | 8550540b511967961c095fc085c8cc8062c424f3 (patch) | |
tree | 12a93fc2ea45c2bff0544ea112eb6884aea93c29 | |
parent | 6bf31cfefc854c09cf5378a19494cccf30cf84ab (diff) | |
download | brdo-8550540b511967961c095fc085c8cc8062c424f3.tar.gz brdo-8550540b511967961c095fc085c8cc8062c424f3.tar.bz2 |
#270685 follow-up by JamesAn: Remove unneeded code.
-rw-r--r-- | modules/node/content_types.inc | 1 |
1 files changed, 0 insertions, 1 deletions
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'), |