Passed
Push — master ( 0a51a4...ebd12e )
by
unknown
05:57
created
server/includes/core/class.operations.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -2067,9 +2067,9 @@  discard block
 block discarded – undo
2067 2067
 		$messageProps = [];
2068 2068
 		// It stores the values that is exception allowed or not false -> not allowed
2069 2069
 		$isExceptionAllowed = true;
2070
-		$delete = $actionType == 'delete';	// Flag for MeetingRequest Class whether to send update or cancel mail.
2071
-		$basedate = false;	// Flag for MeetingRequest Class whether to send an exception or not.
2072
-		$isReminderTimeAllowed = true;	// Flag to check reminder minutes is in range of the occurrences
2070
+		$delete = $actionType == 'delete'; // Flag for MeetingRequest Class whether to send update or cancel mail.
2071
+		$basedate = false; // Flag for MeetingRequest Class whether to send an exception or not.
2072
+		$isReminderTimeAllowed = true; // Flag to check reminder minutes is in range of the occurrences
2073 2073
 		$properties = $GLOBALS['properties']->getAppointmentProperties();
2074 2074
 		$send = false;
2075 2075
 		$oldProps = [];
@@ -3060,7 +3060,7 @@  discard block
 block discarded – undo
3060 3060
 			 * convert flags of PR_MESSAGE_FLAGS property to flags that is
3061 3061
 			 * used in mapi_message_setreadflag.
3062 3062
 			 */
3063
-			$flag = MAPI_DEFERRED_ERRORS;		// set unread flag, read receipt will be sent
3063
+			$flag = MAPI_DEFERRED_ERRORS; // set unread flag, read receipt will be sent
3064 3064
 
3065 3065
 			if (($flags & MSGFLAG_RN_PENDING) && isset($msg_action['send_read_receipt']) && $msg_action['send_read_receipt'] == false) {
3066 3066
 				$flag |= SUPPRESS_RECEIPT;
@@ -4201,7 +4201,7 @@  discard block
 block discarded – undo
4201 4201
 				try {
4202 4202
 					$oneoff = mapi_parseoneoff($entryid);
4203 4203
 				}
4204
-				catch(MAPIException $ex) {
4204
+				catch (MAPIException $ex) {
4205 4205
 					error_log(sprintf(
4206 4206
 						"readReplyRecipientEntry unable to open AB entry and mapi_parseoneoff failed: %s - %s",
4207 4207
 						get_mapi_error_name($ex->getCode()),
Please login to merge, or discard this patch.