Passed
Push — master ( fa3fdd...5a64c0 )
by
unknown
03:18 queued 13s
created
lib/grommunio/grommunio.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1389,8 +1389,7 @@
 block discarded – undo
1389 1389
 
1390 1390
 		// if the search range is set limit the result to it, otherwise return all found messages
1391 1391
 		$rows = (is_array($searchRange) && isset($searchRange[0], $searchRange[1])) ?
1392
-			mapi_table_queryrows($table, [PR_ENTRYID, PR_SOURCE_KEY], $searchRange[0], $searchRange[1] - $searchRange[0] + 1) :
1393
-			mapi_table_queryrows($table, [PR_ENTRYID, PR_SOURCE_KEY], 0, SEARCH_MAXRESULTS);
1392
+			mapi_table_queryrows($table, [PR_ENTRYID, PR_SOURCE_KEY], $searchRange[0], $searchRange[1] - $searchRange[0] + 1) : mapi_table_queryrows($table, [PR_ENTRYID, PR_SOURCE_KEY], 0, SEARCH_MAXRESULTS);
1394 1393
 
1395 1394
 		$cnt = count($rows);
1396 1395
 		$items['searchtotal'] = $cnt;
Please login to merge, or discard this patch.
lib/wbxml/wbxmldefs.php 1 patch
Spacing   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -213,7 +213,7 @@  discard block
 block discarded – undo
213 213
 				0x3F => "DisallowNewTimeProposal", // Since 14.0
214 214
 			],
215 215
 			// AirNotify
216
-			3 => [ // Code page 3 is no longer in use, however, tokens 05 through 17 have been defined. 20100501
216
+			3 => [// Code page 3 is no longer in use, however, tokens 05 through 17 have been defined. 20100501
217 217
 				0x05 => "Notify",
218 218
 				0x06 => "Notification",
219 219
 				0x07 => "Version",
@@ -565,7 +565,7 @@  discard block
 block discarded – undo
565 565
 				0x12 => "Data", // Since 14.1
566 566
 			],
567 567
 			// AirSyncBase
568
-			0x11 => [ // Since 12.0
568
+			0x11 => [// Since 12.0
569 569
 				0x05 => "BodyPreference",
570 570
 				0x06 => "Type",
571 571
 				0x07 => "TruncationSize",
@@ -608,7 +608,7 @@  discard block
 block discarded – undo
608 608
 				0x2D => "InstanceId", // Since 16.0
609 609
 			],
610 610
 			// Settings
611
-			0x12 => [ // Since 12.0
611
+			0x12 => [// Since 12.0
612 612
 				0x05 => "Settings",
613 613
 				0x06 => "Status",
614 614
 				0x07 => "Get",
@@ -649,7 +649,7 @@  discard block
 block discarded – undo
649 649
 				0x2B => "RightsManagementInformation", // Since 14.1
650 650
 			],
651 651
 			// DocumentLibrary
652
-			0x13 => [ // Since 12.0
652
+			0x13 => [// Since 12.0
653 653
 				0x05 => "LinkId",
654 654
 				0x06 => "DisplayName",
655 655
 				0x07 => "IsFolder",
@@ -660,7 +660,7 @@  discard block
 block discarded – undo
660 660
 				0x0C => "ContentType",
661 661
 			],
662 662
 			// ItemOperations
663
-			0x14 => [ // Since 12.0
663
+			0x14 => [// Since 12.0
664 664
 				0x05 => "ItemOperations",
665 665
 				0x06 => "Fetch",
666 666
 				0x07 => "Store",
@@ -684,7 +684,7 @@  discard block
 block discarded – undo
684 684
 				0x19 => "MoveAlways", // Since 14.0
685 685
 			],
686 686
 			// ComposeMail
687
-			0x15 => [ // Since 14.0
687
+			0x15 => [// Since 14.0
688 688
 				0x05 => "SendMail",
689 689
 				0x06 => "SmartForward",
690 690
 				0x07 => "SmartReply",
@@ -706,7 +706,7 @@  discard block
 block discarded – undo
706 706
 				0x18 => "Email", // Since 16.0
707 707
 			],
708 708
 			// POOMMAIL2
709
-			0x16 => [ // Since 14.0
709
+			0x16 => [// Since 14.0
710 710
 				0x05 => "UmCallerId",
711 711
 				0x06 => "UmUserNotes",
712 712
 				0x07 => "UmAttDuration",
@@ -727,7 +727,7 @@  discard block
 block discarded – undo
727 727
 				0x17 => "Send", // Since 16.0
728 728
 			],
729 729
 			// Notes
730
-			0x17 => [ // Since 14.0
730
+			0x17 => [// Since 14.0
731 731
 				0x05 => "Subject",
732 732
 				0x06 => "MessageClass",
733 733
 				0x07 => "LastModifiedDate",
@@ -735,7 +735,7 @@  discard block
 block discarded – undo
735 735
 				0x09 => "Category",
736 736
 			],
737 737
 			// RightsManagement
738
-			0x18 => [ // Since 14.1
738
+			0x18 => [// Since 14.1
739 739
 				0x05 => "RightsManagementSupport",
740 740
 				0x06 => "RightsManagementTemplates",
741 741
 				0x07 => "RightsManagementTemplate",
@@ -758,7 +758,7 @@  discard block
 block discarded – undo
758 758
 				0x18 => "RemoveRightsManagementProtection",
759 759
 			],
760 760
 			// FIND
761
-			0x19 => [ // Since 16.1
761
+			0x19 => [// Since 16.1
762 762
 				0x05 => "Find", // Since 16.1
763 763
 				0x06 => "SearchId", // Since 16.1
764 764
 				0x07 => "ExecuteSearch", // Since 16.1
Please login to merge, or discard this patch.
lib/utils/timezoneutil.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 		"035" => ["Eastern Standard Time", "(GMT-05:00) Eastern Time (US and Canada)"],
33 33
 		"040" => ["US Eastern Standard Time", "(GMT-05:00) Indiana (East)"],
34 34
 		"045" => ["SA Pacific Standard Time", "(GMT-05:00) Bogota, Lima, Quito"],
35
-		"uk1" => ["Venezuela Standard Time", "(GMT-04:30) Caracas"],                     // added
35
+		"uk1" => ["Venezuela Standard Time", "(GMT-04:30) Caracas"], // added
36 36
 		"050" => ["Atlantic Standard Time", "(GMT-04:00) Atlantic Time (Canada)"],
37 37
 		"055" => ["SA Western Standard Time", "(GMT-04:00) Caracas, La Paz"],
38 38
 		"056" => ["Pacific SA Standard Time", "(GMT-04:00) Santiago"],
Please login to merge, or discard this patch.