From 5ddab72f8a14ca6e0080fac12e03df96494e53c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Fri, 18 Jan 2008 16:07:58 +0000 Subject: [PATCH] #211443 by dropcube: kill a feed warning on taxonomy pages --- modules/taxonomy/taxonomy.pages.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/taxonomy/taxonomy.pages.inc b/modules/taxonomy/taxonomy.pages.inc index d8b6655e8d7..401ac18228f 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; }