RCS file: /repository/framework/SyncML/SyncML/Sync.php,v retrieving revision 1.56 diff -u -r1.56 Sync.php --- ./framework/SyncML/SyncML/Sync.php 10 Sep 2008 22:25:38 -0000 1.56 +++ ./framework/SyncML/SyncML/Sync.php 2 Oct 2008 21:03:59 -0000 @@ -376,6 +376,9 @@ $contentType = $device->getPreferredContentTypeClient( $this->_targetLocURI, $this->_sourceLocURI); + $contentType2 = $device->getPreferredContentTypeClient( + 'tasks', $this->_sourceLocURI); + /* If server modifications are not retrieved yet (first Sync element), * do it now. */ if (!is_array($this->_server_adds)) {