Commit 3d47a722 authored by Manfred Kutas's avatar Manfred Kutas

ZP-1339 Replace removed PHP-MAPI functions.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 5aeff49b
......@@ -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