diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-18 16:07:58 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-18 16:07:58 +0000 |
commit | 5ddab72f8a14ca6e0080fac12e03df96494e53c7 (patch) | |
tree | b40e6c745ef4dc1397287894445c0b7694756c9d | |
parent | 86c6d02a50410f6e4ad737faadd1f495d3b785e1 (diff) | |
download | brdo-5ddab72f8a14ca6e0080fac12e03df96494e53c7.tar.gz brdo-5ddab72f8a14ca6e0080fac12e03df96494e53c7.tar.bz2 |
#211443 by dropcube: kill a feed warning on taxonomy pages
-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; } |