Summary | Funambol client uses 'fwx-xxx' as device id |
Queue | Synchronization |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | karsten (at) horde (dot) org |
Requester | jochem (at) mondrian (dot) nl |
Created | 10/03/2006 (6821 days ago) |
Due | |
Updated | 10/04/2006 (6820 days ago) |
Assigned | 10/03/2006 (6821 days ago) |
Resolved | 10/04/2006 (6820 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Funambol client uses 'fwx-xxx' as device id
Queue ⇒ Synchronization
Because of this change, SynxML/Device.php doesn't recognise the client
as a sync4j/funambol client. Like 47 needs to be changed to:
if (stristr($si, 'sync4j') !== false || stristr($si, 'sc-pim') !==
false || stristr($si, 'fwm-') !== false) {