--- modalframe_cck_editor/includes/node_form.inc	2010-12-15 20:51:22.000000000 -0500
+++ modalframe_cck_editor/includes/node_form.inc	2010-01-18 17:40:11.000000000 -0500
   // Scan the form to keep only visible the elements that are part of the
@@ -56,22 +56,16 @@ function modalframe_cck_editor_node_edit
           }
         }
       }
-      
       // Lock access to fields that are not part of the requested field group,
       // except hidden fields and items of type 'value', that are necessary for
       // proper form processing.
       elseif ((!isset($form[$key]['#type']) && isset($form[$key]['#theme'])) || (isset($form[$key]['#type']) && !in_array($form[$key]['#type'], array('value', 'hidden')))) {
-        if (!isset($editable_fields[$key]) && $key!=$group_name) {
+        if (!isset($editable_fields[$key])) {
           modalframe_cck_editor_hide_form_element_recursive($form[$key]);
         }
       }
     }
   }
