Compatibility with PHP 5.4
This commit is contained in:
parent
ac4b84765b
commit
75f479fb55
1 changed files with 2 additions and 1 deletions
|
@ -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),
|
// 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.
|
// or if this is not a grouped field, do nothing specific.
|
||||||
|
|
Reference in a new issue