? collapsed.patch
Index: usercomment.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/usercomment/usercomment.module,v
retrieving revision 1.5.4.7
diff -u -p -r1.5.4.7 usercomment.module
--- usercomment.module	13 Dec 2010 05:39:19 -0000	1.5.4.7
+++ usercomment.module	15 Dec 2010 02:07:11 -0000
@@ -477,7 +477,7 @@ function usercomment_admin_settings() {
   $form['usercomment_text']['usercomment_msg_approval_queue_php_fieldset'] = array(
     '#type' => 'fieldset',
     '#collapsible' => TRUE,
-    '#collapsed' => empty($msg_php) ? FALSE : TRUE,
+    '#collapsed' => empty($msg_php) ? TRUE : FALSE,
     '#title' => t('PHP code'),
   );
   $form['usercomment_text']['usercomment_msg_approval_queue_php_fieldset']['usercomment_msg_approval_queue_php'] = array(
@@ -500,7 +500,7 @@ function usercomment_admin_settings() {
   $form['usercomment_text']['usercomment_msg_approved_php_fieldset'] = array(
     '#type' => 'fieldset',
     '#collapsible' => TRUE,
-    '#collapsed' => empty($msg_php2) ? FALSE : TRUE,
+    '#collapsed' => empty($msg_php2) ? TRUE : FALSE,
     '#title' => t('PHP code'),
   );
   $form['usercomment_text']['usercomment_msg_approved_php_fieldset']['usercomment_msg_approved_php'] = array(
