#211443 by dropcube: kill a feed warning on taxonomy pages
parent
86c6d02a50
commit
5ddab72f8a
|
@ -57,7 +57,7 @@ function taxonomy_term_page($str_tids = '', $depth = 0, $op = 'page') {
|
||||||
}
|
}
|
||||||
|
|
||||||
$result = taxonomy_select_nodes($tids, $terms['operator'], $depth, FALSE);
|
$result = taxonomy_select_nodes($tids, $terms['operator'], $depth, FALSE);
|
||||||
|
$items = array();
|
||||||
while ($row = db_fetch_object($result)) {
|
while ($row = db_fetch_object($result)) {
|
||||||
$items[] = $row->nid;
|
$items[] = $row->nid;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue