|
@@ -2059,9 +2059,9 @@ discard block |
|
|
block discarded – undo |
|
2059
|
2059
|
$messageProps = []; |
|
2060
|
2060
|
// It stores the values that is exception allowed or not false -> not allowed |
|
2061
|
2061
|
$isExceptionAllowed = true; |
|
2062
|
|
- $delete = $actionType == 'delete'; // Flag for MeetingRequest Class whether to send update or cancel mail. |
|
2063
|
|
- $basedate = false; // Flag for MeetingRequest Class whether to send an exception or not. |
|
2064
|
|
- $isReminderTimeAllowed = true; // Flag to check reminder minutes is in range of the occurrences |
|
|
2062
|
+ $delete = $actionType == 'delete'; // Flag for MeetingRequest Class whether to send update or cancel mail. |
|
|
2063
|
+ $basedate = false; // Flag for MeetingRequest Class whether to send an exception or not. |
|
|
2064
|
+ $isReminderTimeAllowed = true; // Flag to check reminder minutes is in range of the occurrences |
|
2065
|
2065
|
$properties = $GLOBALS['properties']->getAppointmentProperties(); |
|
2066
|
2066
|
$send = false; |
|
2067
|
2067
|
$oldProps = []; |
|
@@ -3003,7 +3003,7 @@ discard block |
|
|
block discarded – undo |
|
3003
|
3003
|
* convert flags of PR_MESSAGE_FLAGS property to flags that is |
|
3004
|
3004
|
* used in mapi_message_setreadflag. |
|
3005
|
3005
|
*/ |
|
3006
|
|
- $flag = MAPI_DEFERRED_ERRORS; // set unread flag, read receipt will be sent |
|
|
3006
|
+ $flag = MAPI_DEFERRED_ERRORS; // set unread flag, read receipt will be sent |
|
3007
|
3007
|
|
|
3008
|
3008
|
if (($flags & MSGFLAG_RN_PENDING) && isset($msg_action['send_read_receipt']) && $msg_action['send_read_receipt'] == false) { |
|
3009
|
3009
|
$flag |= SUPPRESS_RECEIPT; |
|
@@ -3056,7 +3056,7 @@ discard block |
|
|
block discarded – undo |
|
3056
|
3056
|
|
|
3057
|
3057
|
if (array_search(strtolower($foldername), $folderNames) !== false) { |
|
3058
|
3058
|
$i = 2; |
|
3059
|
|
- while (array_search(strtolower($foldername)." ($i)", $folderNames) !== false) |
|
|
3059
|
+ while (array_search(strtolower($foldername) . " ($i)", $folderNames) !== false) |
|
3060
|
3060
|
++$i; |
|
3061
|
3061
|
$foldername .= " ($i)"; |
|
3062
|
3062
|
} |