Summary | Typo in 21_kronolith_upgrade_exceptionutc.php |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | jens.gruentjes (at) ebira (dot) de |
Created | 11/06/2012 (4614 days ago) |
Due | |
Updated | 11/06/2012 (4614 days ago) |
Assigned | |
Resolved | 11/06/2012 (4614 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Taken from Michael Rubinsky
commit ceb6993f44e840dfe5bd20ad64cd529773482050
Author: Jan Schneider <jan@horde.org>
Date: Tue Nov 6 18:47:08 2012 +0100
[jan] Fix migration of exceptionoriginaldate field (
Bug #11654).kronolith/docs/CHANGES | 1 +
kronolith/package.xml | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/ceb6993f44e840dfe5bd20ad64cd529773482050
Assigned to Michael Rubinsky
State ⇒ Resolved
commit fbffe4361318dd16e58da714d99f2d44475bdb43
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Tue Nov 6 12:46:16 2012 -0500
Bug: 11654Fix typo..../21_kronolith_upgrade_exceptionutc.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/fbffe4361318dd16e58da714d99f2d44475bdb43
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Typo in 21_kronolith_upgrade_exceptionutc.php
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
if (empty($GLOALS['conf']['calendar']['params']['utc'])) {
I think it should read
if (empty($GLOBALS['conf']['calendar']['params']['utc'])) {
The "B" in $GLOBALS is missing