Index: modules/taxonomytaxonomy.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/taxonomy/taxonomy.module,v
retrieving revision 1.330.2.2
diff -u -p -r1.330.2.2 taxonomy.module
--- modules/taxonomy/taxonomy.module   25 Jan 2007 21:51:36 -0000   1.330.2.2
+++ modules/taxonomy/taxonomy.module   24 Feb 2007 01:25:25 -0000
@@ -619,7 +619,7 @@ function taxonomy_form_all($free_tags = 
   foreach ($vocabularies as $vid => $vocabulary) {
     if ($vocabulary->tags && !$free_tags) { continue; }
     $tree = taxonomy_get_tree($vid);
-    if ($tree && (count($tree) > 1)) {
+    if ($tree) {
       $options[$vocabulary->name] = array();
       foreach ($tree as $term) {
         $options[$vocabulary->name][$term->tid] = str_repeat('-', $term->depth) . $term->name;

