--- taxonomy.module~ Fri Feb 23 22:48:32 2007 +++ taxonomy.module Fri Feb 23 22:48:32 2007 @@ -557,7 +557,7 @@ foreach ($vocabularies as $vid => $vocabulary) { if ($vocabulary->tags && !$free_tags) { continue; } $tree = taxonomy_get_tree($vid); - if ($tree && (count($tree) > 1)) { + if ($tree && (count($tree) >= 1)) { $options[$vocabulary->name] = array(); foreach ($tree as $term) { $options[$vocabulary->name][$term->tid] = _taxonomy_depth($term->depth, '-') . $term->name;