@@ -1071,7 +1071,7 @@ discard block |
||
1071 | 1071 | else { |
1072 | 1072 | $recip[PR_RECIPIENT_FLAGS] = recipReserved | recipExceptionalDeleted | recipSendable; |
1073 | 1073 | } |
1074 | - $recip[PR_RECIPIENT_TRACKSTATUS] = olResponseNone; // No Response required |
|
1074 | + $recip[PR_RECIPIENT_TRACKSTATUS] = olResponseNone; // No Response required |
|
1075 | 1075 | } |
1076 | 1076 | unset($recip); |
1077 | 1077 | mapi_message_modifyrecipients($exception, MODRECIP_MODIFY, $exception_recips['remove']); |
@@ -1146,7 +1146,7 @@ discard block |
||
1146 | 1146 | else { |
1147 | 1147 | $recipient[PR_RECIPIENT_FLAGS] = recipReserved | recipExceptionalDeleted | recipSendable; |
1148 | 1148 | } |
1149 | - $recipient[PR_RECIPIENT_TRACKSTATUS] = olRecipientTrackStatusNone; // No Response required |
|
1149 | + $recipient[PR_RECIPIENT_TRACKSTATUS] = olRecipientTrackStatusNone; // No Response required |
|
1150 | 1150 | $deletedRecipients[] = $recipient; |
1151 | 1151 | } |
1152 | 1152 | } |
@@ -211,7 +211,7 @@ |
||
211 | 211 | $data["info"]['display_message'] = _("You don't have the permission to complete this action"); |
212 | 212 | $this->addActionData("error", $data); |
213 | 213 | } |
214 | - if($error === "ecQuotaExceeded") { |
|
214 | + if ($error === "ecQuotaExceeded") { |
|
215 | 215 | // Handling error: Send quota error |
216 | 216 | $data = []; |
217 | 217 | $data["type"] = 1; // MAPI |