$sync = new SyncML_Sync($synctype,
$this->_targetLocURI,
$this->_sourceLocURI,
- $serverAnchorLast, $serverAnchorNext,
+ (int)$serverAnchorLast, (int)$serverAnchorNext,
$clientAnchorNext);
$state->setSync($this->_targetLocURI, $sync);
}
*/
var $_server_task_adds;
+ /**
+ *
+ * @param string $syncType
+ * @param string $serverURI
+ * @param string $clientURI
+ * @param integer $serverAnchorLast
+ * @param integer $serverAnchorNext
+ * @param string $clientAnchorNext
+ */
function SyncML_Sync($syncType, $serverURI, $clientURI, $serverAnchorLast,
$serverAnchorNext, $clientAnchorNext)
{