Passed
Push — master ( 7d9c37...bb2aff )
by
unknown
16:17 queued 02:20
created
server/includes/modules/class.appointmentitemmodule.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -374,8 +374,7 @@
 block discarded – undo
374 374
 		// created on a mobile device (mobile devices do not send a timezone for
375 375
 		// all-day events).
376 376
 		$tzdefstart = isset($calendaritem['props']['tzdefstart']) ?
377
-			hex2bin($calendaritem['props']['tzdefstart']) :
378
-			mapi_ianatz_to_tzdef("Etc/UTC");
377
+			hex2bin($calendaritem['props']['tzdefstart']) : mapi_ianatz_to_tzdef("Etc/UTC");
379 378
 
380 379
 		// Compare the timezone definitions of the client and the appointment.
381 380
 		// Further processing is only required if they don't match.
Please login to merge, or discard this patch.
server/includes/modules/class.appointmentlistmodule.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -542,8 +542,7 @@
 block discarded – undo
542 542
 		// created on a mobile device (mobile devices do not send a timezone for
543 543
 		// all-day events).
544 544
 		$tzdefstart = isset($calendaritem['props']['tzdefstart']) ?
545
-			hex2bin($calendaritem['props']['tzdefstart']) :
546
-			mapi_ianatz_to_tzdef("Etc/UTC");
545
+			hex2bin($calendaritem['props']['tzdefstart']) : mapi_ianatz_to_tzdef("Etc/UTC");
547 546
 
548 547
 		// queryrows only returns 510 chars max, so if tzdef is longer than that
549 548
 		// it was probably silently truncated. In such case we need to open
Please login to merge, or discard this patch.