--- calendar.theme.orig	2007-07-03 14:35:13.000000000 -0500
+++ calendar.theme	2007-08-20 03:18:07.000000000 -0500
@@ -15,8 +15,7 @@
 function theme_calendar_calendar_node($node, $type) {
    // Display the regular teaser view for local events.
    if (!$node->remote && $type == 'calendar_node_day') {
-     $node = node_load($node->nid);
-     $node->teaser = node_view($node, TRUE, FALSE);
+	 $node->teaser = node_view(node_load($node->nid), TRUE, FALSE);
      $node->title = '';
    }
    // For other views, construct a teaser out of the provided fields.
