phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] [18535] Temporary ? fix for the Got wrong item sympto


From: Caeies
Subject: [Phpgroupware-cvs] [18535] Temporary ? fix for the Got wrong item symptom in libsyncml, when an item is returned in the status on a sucessfull GET Request ...
Date: Wed, 14 May 2008 17:42:29 +0000

Revision: 18535
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18535
Author:   Caeies
Date:     2008-05-14 17:42:27 +0000 (Wed, 14 May 2008)

Log Message:
-----------
Temporary ? fix for the Got wrong item symptom in libsyncml, when an item is 
returned in the status on a sucessfull GET Request ... we need to clarify this 
with johang and the syncml1.1 SPECS

Modified Paths:
--------------
    trunk/syncml/inc/class.syncml_command_get.inc.php

Modified: trunk/syncml/inc/class.syncml_command_get.inc.php
===================================================================
--- trunk/syncml/inc/class.syncml_command_get.inc.php   2008-05-14 17:40:47 UTC 
(rev 18534)
+++ trunk/syncml/inc/class.syncml_command_get.inc.php   2008-05-14 17:42:27 UTC 
(rev 18535)
@@ -84,9 +84,9 @@
                                        $response->add_status(
                                                $this->cmdid, $session->msgid, 
'Get',
                                                NULL, NULL,
-                                               SYNCML_STATUS_OK, array(
-                                                       'trg_uri' => 
$item['target']['locuri']
-                                               )
+                                               SYNCML_STATUS_OK, /*array(
+                                                       'trg_uri' => 
$item['target']['locuri'] 
+                                               )*/NULL
                                        );
 
                                        $response->add_result(






reply via email to

[Prev in Thread] Current Thread [Next in Thread]