From: Jan Schneider Date: Mon, 30 Nov 2009 17:20:47 +0000 (+0100) Subject: Make sure that this is really today. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f68c8897708d3041e704a5c9158e9175ab69be12;p=horde.git Make sure that this is really today. --- 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();