Commit ddcc9e93 authored by skummer's avatar skummer

ZP-183

- fixed: debug output

git-svn-id: https://z-push.org/svn/z-push/trunk@1390 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent e1d60ce5
......@@ -113,7 +113,7 @@ class ImportChangesStream implements IImportChanges {
// on update of an SyncEmail we only export the flags
if($message instanceof SyncMail && isset($message->flag) && $message->flag instanceof SyncMailFlags) {
if (Utils::CheckMapiExtVersion('6.40')) {
ZLog::Write(LOGLEVEL_DEBUG, "Switched from message change to ImportMessageReadFlag for ZCP 6.40");
ZLog::Write(LOGLEVEL_DEBUG, "ImportChangesStream->ImportMessageChange(): canceled and switched to ImportMessageReadFlag() to support ZCP 6.40 read flag updates. See ZP-183 for details.");
$this->ImportMessageReadFlag($id, $message->read);
return true;
}
......
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