Index: includes/form.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/form.inc,v
retrieving revision 1.403
diff -u -r1.403 form.inc
--- includes/form.inc	22 Nov 2009 07:32:47 -0000	1.403
+++ includes/form.inc	22 Nov 2009 13:52:41 -0000
@@ -1937,8 +1937,7 @@
         $options = drupal_map_assoc(range(1900, 2050));
         break;
     }
-    $parents = $element['#parents'];
-    $parents[] = $type;
+
     $element[$type] = array(
       '#type' => 'select',
       '#value' => $element['#value'][$type],
@@ -3104,7 +3103,7 @@
   $batch =& batch_get();
 
   drupal_theme_initialize();
-  
+
   if (isset($batch)) {
     // Add process information
     $process_info = array(
@@ -3119,7 +3118,7 @@
     );
     $batch += $process_info;
 
-    // The batch is now completely built. Allow other modules to make changes to the 
+    // The batch is now completely built. Allow other modules to make changes to the
     // batch so that it is easier to reuse batch processes in other enviroments.
     drupal_alter('batch', $batch);
 
