summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorKjartan Mannes <kjartan@2.no-reply.drupal.org>2003-10-06 12:21:04 +0000
committerKjartan Mannes <kjartan@2.no-reply.drupal.org>2003-10-06 12:21:04 +0000
commitc52185b6800a61ec531eb99bef780ea85efe12e5 (patch)
treed04da5b1af9f2c5625c0034907ca462b40d1a9f5 /modules
parent9c0fd0149c38ec84a596f7b06205edff1e1e695d (diff)
downloadbrdo-c52185b6800a61ec531eb99bef780ea85efe12e5.tar.gz
brdo-c52185b6800a61ec531eb99bef780ea85efe12e5.tar.bz2
- taxo_link always returns array().
- Remove dead code from Marvin theme. - cleaner node html in Marvin.
Diffstat (limited to 'modules')
-rw-r--r--modules/taxonomy.module2
-rw-r--r--modules/taxonomy/taxonomy.module2
2 files changed, 2 insertions, 2 deletions
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);