Commit 0ec368fd authored by Bart Vullings's avatar Bart Vullings

ZP-1389 Fix another formatting mistake. Released under the Affero GNU General...

ZP-1389 Fix another formatting mistake. Released under the Affero GNU General Public License (AGPL) version 3.
parent e2c721a8
...@@ -557,7 +557,7 @@ class BackendCalDAV extends BackendDiff { ...@@ -557,7 +557,7 @@ class BackendCalDAV extends BackendDiff {
$message->alldayevent = "1"; $message->alldayevent = "1";
} }
$message->timezone = TimezoneUtil::GetPhpSupportedTimezone($event->GetPParamValue("DTSTART", "TZID")); $message->timezone = TimezoneUtil::GetPhpSupportedTimezone($event->GetPParamValue("DTSTART", "TZID"));
break; break;
} }
// Now process all vevents // Now process all vevents
foreach ($vevents as $event) { foreach ($vevents as $event) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment