@@ -2065,9 +2065,9 @@ discard block |
||
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 |
||
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; |