diff options
-rw-r--r-- | modules/taxonomy/taxonomy.pages.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.pages.inc b/modules/taxonomy/taxonomy.pages.inc index d8b6655e8..401ac1822 100644 --- a/modules/taxonomy/taxonomy.pages.inc +++ b/modules/taxonomy/taxonomy.pages.inc @@ -57,7 +57,7 @@ function taxonomy_term_page($str_tids = '', $depth = 0, $op = 'page') { } $result = taxonomy_select_nodes($tids, $terms['operator'], $depth, FALSE); - + $items = array(); while ($row = db_fetch_object($result)) { $items[] = $row->nid; } |