[Tickets #9641] Fall through case structure breaks sync
bugs at horde.org
bugs at horde.org
Wed Mar 9 13:03:18 UTC 2011
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: http://bugs.horde.org/ticket/9641
------------------------------------------------------------------------------
Ticket | 9641
Erstellt Von | d-fens at 00010111.de
Zusammenfassung | Fall through case structure breaks sync
Warteschlange | Synchronization
Version | Git master
Typ | Bug
Status | Unconfirmed
Priorität | 2. Medium
Milestone |
Patch | 1
Zuständige |
------------------------------------------------------------------------------
d-fens at 00010111.de (2011-03-09 13:03) hat geschrieben:
hi,
syncing fails when the break is missing
commit 6ae99a4cad81ff9341fe43d8fa2e630db31effc6
Author: Simon Bühler <simon at aktionspotenzial.de> 2011-03-09 13:58:33
Committer: Simon Bühler <simon at 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 at 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);
More information about the bugs
mailing list