From c52185b6800a61ec531eb99bef780ea85efe12e5 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Mon, 6 Oct 2003 12:21:04 +0000 Subject: - taxo_link always returns array(). - Remove dead code from Marvin theme. - cleaner node html in Marvin. --- modules/taxonomy.module | 2 +- modules/taxonomy/taxonomy.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/taxonomy.module b/modules/taxonomy.module index 42bdd0848..df37c6022 100644 --- a/modules/taxonomy.module +++ b/modules/taxonomy.module @@ -38,7 +38,7 @@ function taxonomy_link($type, $node = NULL) { } } else if ($type == "taxonomy terms" && $node != NULL) { - + $links = array(); if ($node->taxonomy) { foreach ($node->taxonomy as $tid) { $term = taxonomy_get_term($tid); diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 42bdd0848..df37c6022 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -38,7 +38,7 @@ function taxonomy_link($type, $node = NULL) { } } else if ($type == "taxonomy terms" && $node != NULL) { - + $links = array(); if ($node->taxonomy) { foreach ($node->taxonomy as $tid) { $term = taxonomy_get_term($tid); -- cgit v1.2.3