Commit 5350a409 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-42 Undo change from additional contact prototyping.

parent a2aa1591
...@@ -258,12 +258,6 @@ class ImportChangesStream implements IImportChanges { ...@@ -258,12 +258,6 @@ class ImportChangesStream implements IImportChanges {
else else
$this->encoder->startTag(SYNC_FOLDERHIERARCHY_UPDATE); $this->encoder->startTag(SYNC_FOLDERHIERARCHY_UPDATE);
// TODO this is part of synchronizing additional Contact folder to OL
if ($folder->type == SYNC_FOLDER_TYPE_USER_CONTACT && Request::GetDeviceType() == "WindowsOutlook") {
$folder->type = SYNC_FOLDER_TYPE_USER_APPOINTMENT;
}
$folder->Encode($this->encoder); $folder->Encode($this->encoder);
$this->encoder->endTag(); $this->encoder->endTag();
......
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