--- taxonomy_super_select.module	2007-02-19 17:05:42.000000000 -0800
+++ taxonomy_super_select.module	2007-10-26 18:34:58.000000000 -0700
@@ -213,7 +213,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[$term->tid] = _tss_branch($term->vid, $term, $term->parent_value, $term->parent_type);
       }
     break;
     case 'radio':
@@ -230,10 +230,10 @@ function _tss_branch($vid, $term, $value
       $form = array(
         '#type' => 'checkbox',
         '#title' => ($term->is_parent ? '<strong>' : '').t($term->name).($term->is_parent ? '</strong>' : ''),
-        '#return_value' => $term->tid,
+		'#return_value' => $term->tid,
         '#default_value' => $value,
         '#weight' => $term->weight,
-        
+        //
       );
     break;
   }
