diff --git a/sites/all/modules/date/date/date_handler_field_multiple.inc b/sites/all/modules/date/date/date_handler_field_multiple.inc index 7cec65b..3c597ce 100644 --- a/sites/all/modules/date/date/date_handler_field_multiple.inc +++ b/sites/all/modules/date/date/date_handler_field_multiple.inc @@ -54,7 +54,8 @@ class date_handler_field_multiple extends content_handler_field_multiple { ); } - function pre_render(&$values) { +# function pre_render(&$values) { + function pre_render($values) { // If there are no values to render (displaying a summary, or query returned no results), // or if this is not a grouped field, do nothing specific.