From 75f479fb551ca7f32d389b6d248a788506104fd6 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Wed, 26 Jul 2017 14:12:39 +0200 Subject: [PATCH] Compatibility with PHP 5.4 --- sites/all/modules/date/date/date_handler_field_multiple.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.