--- /Users/jturton/Sites/futureus/d6.local.maximumpc.com/httpdocs/sites/all/modules/primary_term/primary_term.module	2008-09-15 07:14:57.000000000 -0700
+++ /Users/jturton/Sites/futureus/d6.local.maximumpc.com/httpdocs/sites/all/modules/primary_term/primary_term-new.module	2010-09-08 14:35:32.000000000 -0700
@@ -91,10 +91,6 @@ function primary_term_form_alter(&$form,
           foreach($form['taxonomy'] as $vid => $vocab){
             if(in_array($vid, $vids)){
               if(is_array($vocab['#options'])){
-                if(strlen(trim($vocab['#options']))){
-                  // not sure why we have the line below. from old days.
-                  // unset($vocab['#options'][0]);
-                }
                 $terms = $terms + $vocab['#options'];
               }
             }
