Commit 6e0359d2 authored by Sebastian Kummer's avatar Sebastian Kummer

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

Merge pull request #126 in ZP/z-push from bugfix/ZP-791-check-if-lastmodifieddate-is-processed to develop

* commit 'd1dbbb39':
  ZP-791 LastModifiedDate not set for notes when changed on the server.

(cherry picked from commit bc1c1ace)
parent d0d806c7
......@@ -459,7 +459,7 @@ class MAPIMapping {
public static function GetNoteMapping() {
return array(
"categories" => "PT_MV_STRING8:PS_PUBLIC_STRINGS:Keywords",
"lastmodificationtime" => PR_LAST_MODIFICATION_TIME,
"lastmodified" => PR_LAST_MODIFICATION_TIME,
"messageclass" => PR_MESSAGE_CLASS,
"subject" => PR_SUBJECT,
);
......@@ -525,4 +525,4 @@ class MAPIMapping {
);
}
}
?>
\ No newline at end of file
?>
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