projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7b9f8e
)
Make sure that this is really today.
author
Jan Schneider
<jan@horde.org>
Mon, 30 Nov 2009 17:20:47 +0000
(18:20 +0100)
committer
Jan Schneider
<jan@horde.org>
Mon, 30 Nov 2009 17:20:47 +0000
(18:20 +0100)
kronolith/index.php
patch
|
blob
|
history
diff --git
a/kronolith/index.php
b/kronolith/index.php
index
c747076
..
e9ec93f
100644
(file)
--- 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();