#211443 by dropcube: kill a feed warning on taxonomy pages

6.x
Gábor Hojtsy 2008-01-18 16:07:58 +00:00
parent 86c6d02a50
commit 5ddab72f8a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}