Index: taxonomy.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/taxonomy.module,v
retrieving revision 1.139
diff -u -F^f -r1.139 taxonomy.module
--- taxonomy.module	21 Aug 2004 06:42:37 -0000	1.139
+++ taxonomy.module	2 Sep 2004 20:10:12 -0000
@@ -770,7 +770,7 @@ function taxonomy_select_nodes($tids = a
     foreach ($tids as $index => $tid) {
       $term = taxonomy_get_term($tid);
       $tree = taxonomy_get_tree($term->vid, $tid, -1, $depth);
-      $descendant_tids[] = array_merge($tid, array_map('_taxonomy_get_tid_from_term', $tree));
+      $descendant_tids[] = array_merge(array($tid), array_map('_taxonomy_get_tid_from_term', $tree));
     }
 
     if ($operator == 'or') {
