[Tickets #10008] Re: SyncML in Horde 4 only does slow syncs
bugs at horde.org
bugs at horde.org
Fri Apr 29 15:52:11 UTC 2011
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: http://bugs.horde.org/ticket/10008
------------------------------------------------------------------------------
Ticket | 10008
Aktualisiert Von | tomnet at tbuhl.ch
Zusammenfassung | SyncML in Horde 4 only does slow syncs
Warteschlange | Horde Framework Packages
Version | Git master
Typ | Bug
Status | Unconfirmed
Priorität | 1. Low
Milestone |
Patch |
Zuständige |
------------------------------------------------------------------------------
tomnet at tbuhl.ch (2011-04-29 15:52) hat geschrieben:
> I took some time to dive a little bit into this.
> It looks like the Function
> list($clientlast, $serverAnchorLast) = $r;
> on line 166 of Command/Alert.php ist not performing as expected.
> The array seems to be there in $r, because adding
> . implode ("||",$r);
> in the logMessage (line167) issuses both values as recorderd in the Database.
> But the variables $clientlast and $serverAnchorLast are still empty
> when printed in the logMessage.
>
> -Tom
EDIT:
Got it working (for me at last) by changing line 166 (the list()
function with the two lines:
$clientlast = $r[syncml_clientanchor];
$serverAnchorLast = $r[syncml_serveranchor];
$r seems to be a Associative array.
- Tom
More information about the bugs
mailing list