diff --git a/content_admin.inc b/content_admin.inc
index f92f9a4e3903f4a50f51828703a13f633c099cef..7e38b8d4a586c617b62be92dd353ef64226caeec 100644
--- a/content_admin.inc
+++ b/content_admin.inc
@@ -271,6 +271,8 @@ function content_admin_field_overview_form($type_name) {
     return $form;
   }
 
+  $form['disabled']['#value'] = array();
+  
   // Iterate through the dummy form and add top-level fields and weights to a table.
   // Construct the table values in an array '#table' that FAPI will ignore, keyed on the item's weight.
   // Create separate form elements for each weight and group value and put a placeholder for each in #table.