Summary | switch/case syntax glitch |
Queue | Horde Framework Packages |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 04/19/2013 (4457 days ago) |
Due | |
Updated | 04/19/2013 (4457 days ago) |
Assigned | |
Resolved | 04/19/2013 (4457 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
State ⇒ Resolved
commit 777ad881b5f3e7ba66104d7ba433d0f27dc95866
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Fri Apr 19 15:11:08 2013 +0200
Fix switch/case syntax glitch (
bug 12198)Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
Signed-off-by: Jan Schneider <jan@horde.org>
Bug: 12198.../lib/Horde/ActiveSync/Message/Appointment.php | 2 +-
.../lib/Horde/ActiveSync/Message/Task.php | 2 +-
framework/Mail/lib/Horde/Mail/Rfc822.php | 2 +-
.../lib/Horde/Service/Weather/Wwo.php | 2 +-
framework/SyncMl/lib/Horde/SyncMl/Backend/Sql.php | 8 ++++----
imp/lib/Mime/Viewer/Smime.php | 2 +-
nag/lib/Task.php | 6 +++---
sesha/lib/Entity/Value.php | 2 +-
8 files changed, 13 insertions(+), 13 deletions(-)
http://git.horde.org/horde-git/-/commit/777ad881b5f3e7ba66104d7ba433d0f27dc95866
Patch ⇒ Yes
New Attachment: 0001-Fix-switch-case-syntax-glitch-bug-12198.patch
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ switch/case syntax glitch
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
I've discovered a switch/case syntax glitch throughout the horde code base.
Attached patch fixes the cosmetic issue, PHP still seems to behave as
expected.
Thomas