--- taxonomy_super_select.module.orig 2009-04-24 11:56:33.000000000 -0400 +++ taxonomy_super_select.module 2009-06-19 12:36:01.000000000 -0400 @@ -179,7 +179,7 @@ } 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':