From f68c8897708d3041e704a5c9158e9175ab69be12 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 30 Nov 2009 18:20:47 +0100 Subject: [PATCH] Make sure that this is really today. --- kronolith/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/index.php b/kronolith/index.php index c7470765e..e9ec93f48 100644 --- a/kronolith/index.php +++ b/kronolith/index.php @@ -23,7 +23,7 @@ $help_link = Horde::getServiceLink('help', 'kronolith'); if ($help_link) { $help_link = Horde::widget($help_link, _("Help"), 'helplink', 'help', Horde::popupJs($help_link, array('urlencode' => true)) . 'return false;'); } -$today = Kronolith::currentDate(); +$today = new Horde_Date($_SERVER['REQUEST_TIME']); $_SESSION['horde_prefs']['nomenu'] = true; Kronolith::header(); -- 2.11.0