Index: date.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/date/date/date.module,v
retrieving revision 1.39.2.44
diff -b -u -p -r1.39.2.44 date.module
--- date.module	4 Nov 2008 13:17:31 -0000	1.39.2.44
+++ date.module	6 Nov 2008 08:12:28 -0000
@@ -154,7 +154,7 @@ function date_field_formatter($field, $i
   // on the node itself unless we're showing all dates.
   if (empty($node->date_id) && empty($node->date_repeat_show) // Make sure no date was specifically requested
     && module_exists('date_repeat') && $field['repeat'] == 1) {
-    $node->date_id = 'date:'. $node->nid .':'. $field['field_name'] .':0:0';
+    $node->date_id = 'date:'. $node->nid .':'. $field['field_name'] .':'. $item['#delta'] .':0';
   }
   // If we're trying to display only a single date on a node, see if
   // this is the right one.
