Index: chameleon.theme
===================================================================
RCS file: /cvs/drupal/drupal/themes/chameleon/chameleon.theme,v
retrieving revision 1.14
diff -u -F^f -r1.14 chameleon.theme
--- chameleon.theme	8 Jul 2004 16:04:06 -0000	1.14
+++ chameleon.theme	26 Jul 2004 23:32:07 -0000
@@ -124,6 +124,7 @@ function chameleon_node($node, $main = 0
 
   $submitted = array(t("By %author at %date", array('%author' => format_name($node), '%date' => format_date($node->created, 'small'))));
 
+  $terms = array();
   if (module_exist('taxonomy')) {
     $terms = taxonomy_link("taxonomy terms", $node);
   }
