﻿Index: date/date.theme
===================================================================
RCS file: /cvs/drupal/contributions/modules/date/date/date.theme,v
retrieving revision 1.2.2.6
diff -u -r1.2.2.6 date.theme
--- date/date.theme	24 May 2008 09:40:03 -0000	1.2.2.6
+++ date/date.theme	1 Jun 2008 12:13:33 -0000
@@ -38,7 +38,7 @@
  *    $dates['value2']['formatted_time'] - only the time part of the formatted To date
  */
 function theme_date_display_combination($field, $item, $dates, $node = NULL) {
-  $dates = date_formatter_process($element);
+  $dates = date_formatter_process($field, $item, $node);
 
   $date1 = $dates['value']['formatted'];
   $date2 = $dates['value2']['formatted'];