Test Failed
Branch develop (a67043)
by Andreas
13:06
created
server/includes/modules/class.taskitemmodule.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2065,9 +2065,9 @@  discard block
 block discarded – undo
2065 2065
 		$messageProps = [];
2066 2066
 		// It stores the values that is exception allowed or not false -> not allowed
2067 2067
 		$isExceptionAllowed = true;
2068
-		$delete = $actionType == 'delete';	// Flag for MeetingRequest Class whether to send update or cancel mail.
2069
-		$basedate = false;	// Flag for MeetingRequest Class whether to send an exception or not.
2070
-		$isReminderTimeAllowed = true;	// Flag to check reminder minutes is in range of the occurrences
2068
+		$delete = $actionType == 'delete'; // Flag for MeetingRequest Class whether to send update or cancel mail.
2069
+		$basedate = false; // Flag for MeetingRequest Class whether to send an exception or not.
2070
+		$isReminderTimeAllowed = true; // Flag to check reminder minutes is in range of the occurrences
2071 2071
 		$properties = $GLOBALS['properties']->getAppointmentProperties();
2072 2072
 		$send = false;
2073 2073
 		$oldProps = [];
@@ -3016,7 +3016,7 @@  discard block
 block discarded – undo
3016 3016
 			 * convert flags of PR_MESSAGE_FLAGS property to flags that is
3017 3017
 			 * used in mapi_message_setreadflag.
3018 3018
 			 */
3019
-			$flag = MAPI_DEFERRED_ERRORS;		// set unread flag, read receipt will be sent
3019
+			$flag = MAPI_DEFERRED_ERRORS; // set unread flag, read receipt will be sent
3020 3020
 
3021 3021
 			if (($flags & MSGFLAG_RN_PENDING) && isset($msg_action['send_read_receipt']) && $msg_action['send_read_receipt'] == false) {
3022 3022
 				$flag |= SUPPRESS_RECEIPT;
Please login to merge, or discard this patch.