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(
_______________________________________________
phpGroupWare-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs