From 654fedd31523e82147598b42a10c2dbcf2b7d45c Mon Sep 17 00:00:00 2001 From: Cristian Fasanando Date: Thu, 23 Jul 2009 19:44:22 +0200 Subject: [PATCH] [svn r22324] Fixed - when you click on a busy day in the small calendar the browser stays on the top of the month event list. partial FS#4420 --- main/calendar/agenda.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/calendar/agenda.inc.php b/main/calendar/agenda.inc.php index d9bb075d45..3f00e359cd 100644 --- a/main/calendar/agenda.inc.php +++ b/main/calendar/agenda.inc.php @@ -1,4 +1,4 @@ -".$dayheader.""; + echo "".$dayheader.""; } else { echo $dayheader; }