From 59cc26129145edeb7933de2400cbaf7023e377f1 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Mon, 14 Aug 2006 03:32:48 +0000 Subject: add year as OK default for index.php fix for Bug 1539082 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index dd88821..a63454b 100644 --- a/index.php +++ b/index.php @@ -10,7 +10,7 @@ if ($printview_default == 'yes') { $printview = $default_view; $default_view = "print.php"; } else { - $check = array ('day', 'week', 'month'); + $check = array ('day', 'week', 'month', 'year'); if (in_array($default_view, $check)) { $default_view = $default_view . '.php'; } else { -- cgit v1.2.3