[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[phpGroupWare-developers] Re: [Phpgroupware-cvs] [18535] Temporary ? fix
From: |
Johan Gunnarsson |
Subject: |
[phpGroupWare-developers] Re: [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: |
Sun, 18 May 2008 12:38:41 +0200 |
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 <address@hidden> 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
> address@hidden
> http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs
>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [phpGroupWare-developers] Re: [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 ...,
Johan Gunnarsson <=