diff --git a/doc/CHANGELOG b/doc/CHANGELOG index ba0ad6c2a5..b07b9e3270 100755 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -32,6 +32,7 @@ - Fixed matrixview warnings when viewing manual. - Fixed problem with moving to prev/next msg in NNTP. - Fix possible problem connecting to LDAP server. + - Fix home page display of calendar events. [0.9.6] - Fix user permissions where not being checked properly. diff --git a/index.php b/index.php index 9c19015b7d..5551d0e16d 100755 --- a/index.php +++ b/index.php @@ -145,7 +145,7 @@ && $phpgw_info["user"]["preferences"]["calendar"]["mainscreen_showevents"]) { echo "\n"; echo "" + . lang(date("F",$phpgw->calendar->today["raw"])) . " " .$phpgw->calendar->today["day"] . ", " . $phpgw->calendar->today["year"] ."" . "
" - . lang(strftime("%B",$phpgw->calendar->today["full"])) . " " .$phpgw->calendar->today["day"] . ", " . $phpgw->calendar->today["year"] ."
" . $phpgw->calendar->print_day_at_a_glance($phpgw->calendar->today)."
\n"; echo "\n";