[Tickets #9253] events sync: wrong data structure in returned array in getServerChanges
bugs at horde.org
bugs at horde.org
Thu Sep 16 18:30:59 UTC 2010
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9253
------------------------------------------------------------------------------
Ticket | 9253
Created By | d-fens at 00010111.de
Summary | events sync: wrong data structure in returned array in
| getServerChanges
Queue | Kronolith
Version | Git master
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
d-fens at 00010111.de (2010-09-16 14:30) wrote:
hi,
in lib/SyncML/Backend/Horde.php the $data array for calendars after a
initial/slow sync is filled
like
[date1]
[suid1]->[calendar1]
[suid2]->[calendar2]
[date2]
[suid3]->[calendar3]
but its expected to be a
[suid1]->[calendar1]
[suid2]->[calendar2]
[suid3]->[calendar3]
structure. So no events are sent to the client, contacts do work as
they are in that format
More information about the bugs
mailing list