6.0.0-alpha14
6/25/25

[#11654] Typo in 21_kronolith_upgrade_exceptionutc.php
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

History
11/06/2012 05:48:33 PM Jan Schneider Assigned to Jan Schneider
Taken from Michael Rubinsky
 
11/06/2012 05:47:44 PM Git Commit Comment #4 Reply to this comment
Changes have been made in Git (master):

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
11/06/2012 05:47:40 PM Michael Rubinsky Comment #3
Assigned to Michael Rubinsky
State ⇒ Resolved
Reply to this comment
Fixed, thanks!
11/06/2012 05:47:22 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (master):

commit fbffe4361318dd16e58da714d99f2d44475bdb43
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Tue Nov 6 12:46:16 2012 -0500

     Bug: 11654 Fix typo.

  .../21_kronolith_upgrade_exceptionutc.php          |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/fbffe4361318dd16e58da714d99f2d44475bdb43
11/06/2012 05:41:22 PM jens (dot) gruentjes (at) ebira (dot) de Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Typo in 21_kronolith_upgrade_exceptionutc.php
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Reply to this comment
I guess you have a typo in 21_kronolith_upgrade_exceptionutc.php in line 30:

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

Saved Queries