Make sure that this is really today.
authorJan Schneider <jan@horde.org>
Mon, 30 Nov 2009 17:20:47 +0000 (18:20 +0100)
committerJan Schneider <jan@horde.org>
Mon, 30 Nov 2009 17:20:47 +0000 (18:20 +0100)
kronolith/index.php

index c747076..e9ec93f 100644 (file)
@@ -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();