Summary | Fall through case structure breaks sync |
Queue | Turba |
Queue Version | 3.0-ALPHA1 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | d-fens (at) 00010111 (dot) de |
Created | 03/09/2011 (5232 days ago) |
Due | |
Updated | 03/09/2011 (5232 days ago) |
Assigned | |
Resolved | 03/09/2011 (5232 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
State ⇒ Resolved
Version ⇒ 3.0-ALPHA1
Queue ⇒ Turba
Fix importing contacts with SyncML (Simon Bühler,
Bug #9641).2 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/c5e8e3597e54fb380dbde163d2642877c2297811
Priority ⇒ 2. Medium
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Synchronization
Summary ⇒ Fall through case structure breaks sync
Type ⇒ Bug
State ⇒ Unconfirmed
syncing fails when the break is missing
commit 6ae99a4cad81ff9341fe43d8fa2e630db31effc6
Author: Simon Bühler <simon@aktionspotenzial.de> 2011-03-09 13:58:33
Committer: Simon Bühler <simon@aktionspotenzial.de> 2011-03-09 13:58:33
Parent: 4672b21f76501934e1006a415fbf3362762d6c05 (Simple H4-ifying,
largely untested.)
Branches: master
fix case statement
Signed-off-by: Simon Bühler <simon@aktionspotenzial.de>
------------------------------ turba/lib/Api.php
------------------------------
diff --git a/turba/lib/Api.php b/turba/lib/Api.php
index 63ac571..e500fd2 100644
--- a/turba/lib/Api.php
+++ b/turba/lib/Api.php
@@ -687,6 +687,7 @@
return $ids;
}
+ break;
case 'activesync':
$content = $driver->fromASContact($content);