parent
3dc364543e
commit
cfcbd1a3c1
|
@ -1265,6 +1265,7 @@ function taxonomy_select_nodes($tids = array(), $operator = 'or', $depth = 0, $p
|
|||
* taxonomy_select_nodes(), and formats each node along with a pager.
|
||||
*/
|
||||
function taxonomy_render_nodes($result) {
|
||||
$output = '';
|
||||
if (db_num_rows($result) > 0) {
|
||||
while ($node = db_fetch_object($result)) {
|
||||
$output .= node_view(node_load($node->nid), 1);
|
||||
|
|
Loading…
Reference in New Issue