From 0faf511e655eefbfc7e36bee15c9bd136cf038c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans-J=C3=BCrgen=20Tappe?= Date: Tue, 31 Jan 2012 21:05:25 +0000 Subject: [PATCH] Fix broken link from year view to month view. Fixes Bug #3109 - Year view problem reported and investigated by "ws Skygge" --- calendar/inc/class.calendar_uiviews.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.calendar_uiviews.inc.php b/calendar/inc/class.calendar_uiviews.inc.php index d727c4fa7a..0aa6165cec 100644 --- a/calendar/inc/class.calendar_uiviews.inc.php +++ b/calendar/inc/class.calendar_uiviews.inc.php @@ -398,7 +398,7 @@ class calendar_uiviews extends calendar_ui } $content .= "\t\t\t\t".''.lang(adodb_date('F',strtotime("+1 week",$month_start))).''."\n"; if ($month == self::YEARVIEW_COLS) {