Skip to content
Snippets Groups Projects
Commit 5b24dd39 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-6155: coding standards

parent e2b71bd0
No related branches found
No related tags found
1 merge request!326ISTWCMS-6155: fixing displaying end date on events when dates span multiple...
......@@ -900,7 +900,7 @@ class UwNodeFieldValue {
if ($type == 'event') {
// Check for same day.
if (date( 'Ymd', $date['value']) == date( 'Ymd', $date['end_value'])) {
if (date('Ymd', $date['value']) == date('Ymd', $date['end_value'])) {
$return_date['same_day'] = TRUE;
}
else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment