Commit 1ecfcba2 authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #664 in ZP/z-push from...

Merge pull request #664 in ZP/z-push from bugfix/ZP-1339-replace-removed-php-mapi-functions to develop

* commit '3d47a722':
  ZP-1339 Replace removed PHP-MAPI functions.
parents 5aeff49b 3d47a722
......@@ -298,7 +298,7 @@
mapi_savechanges($newMessage);
// Update body of original message
$msgbody = mapi_message_openproperty($this->message, PR_BODY);
$msgbody = mapi_openproperty($this->message, PR_BODY);
$msgbody = trim($msgbody, "\0");
$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