Yes, this appears to be how things are done. I'll upgrade this fix to permanent.
On Wed, May 14, 2008 at 7:42 PM, Caeies <[EMAIL PROTECTED]> wrote: > 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( > > > > > _______________________________________________ > phpGroupWare-cvs mailing list > [EMAIL PROTECTED] > http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs > _______________________________________________ phpGroupWare-developers mailing list [email protected] http://lists.gnu.org/mailman/listinfo/phpgroupware-developers
