phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [18538] STATUS on successful GET should not have item


From: Johan Gunnarsson
Subject: [Phpgroupware-cvs] [18538] STATUS on successful GET should not have items.
Date: Sun, 18 May 2008 11:04:19 +0000

Revision: 18538
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18538
Author:   johang
Date:     2008-05-18 11:04:19 +0000 (Sun, 18 May 2008)

Log Message:
-----------
STATUS on successful GET should not have items.

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-18 11:00:19 UTC 
(rev 18537)
+++ trunk/syncml/inc/class.syncml_command_get.inc.php   2008-05-18 11:04:19 UTC 
(rev 18538)
@@ -84,9 +84,7 @@
                                        $response->add_status(
                                                $this->cmdid, $session->msgid, 
'Get',
                                                NULL, NULL,
-                                               SYNCML_STATUS_OK, /*array(
-                                                       'trg_uri' => 
$item['target']['locuri'] 
-                                               )*/NULL
+                                               SYNCML_STATUS_OK
                                        );
 
                                        $response->add_result(






reply via email to

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