--- taxonomy_super_select.module	2009-01-21 23:44:21.000000000 +0100
+++ taxonomy_super_select_patch.module	2010-01-03 16:41:20.255127918 +0100
@@ -178,7 +178,7 @@ function _tss_branch($vid, $term, $value
       }
       if ($term->is_parent) {
         $term->weight = -11;
-        $form['parent'] = _tss_branch($term->vid, $term, $term->parent_value, $term->parent_type);
+        $form['parent-'.$term->tid] = _tss_branch($term->vid, $term, $term->parent_value, $term->parent_type);
       }
     break;
     case 'radio':
@@ -321,4 +321,4 @@ function taxonomy_super_select_submit(&$
     variable_del('taxonomy_super_select_vid_'. $vid);
 
     }
-  }
\ No newline at end of file
+  }
