Commit fa2c5ec8 authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #665 in ZP/z-push from develop to release/2.4

* commit '1ecfcba2':
  ZP-1339 Replace removed PHP-MAPI functions.
parents a306de7e 1ecfcba2
...@@ -298,7 +298,7 @@ ...@@ -298,7 +298,7 @@
mapi_savechanges($newMessage); mapi_savechanges($newMessage);
// Update body of original message // Update body of original message
$msgbody = mapi_message_openproperty($this->message, PR_BODY); $msgbody = mapi_openproperty($this->message, PR_BODY);
$msgbody = trim($msgbody, "\0"); $msgbody = trim($msgbody, "\0");
$separator = "------------\r\n"; $separator = "------------\r\n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment