aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2006-08-14 03:32:48 +0000
committerJim Hu <jimhu@users.sourceforge.net>2006-08-14 03:32:48 +0000
commit59cc26129145edeb7933de2400cbaf7023e377f1 (patch)
treefcc52bc8aab7ac25201643f57f18827092c8295e /index.php
parentdfc626bdc532314e01dd1cd4c72be03fad48ea29 (diff)
downloadphpicalendar-59cc26129145edeb7933de2400cbaf7023e377f1.tar.gz
phpicalendar-59cc26129145edeb7933de2400cbaf7023e377f1.tar.bz2
phpicalendar-59cc26129145edeb7933de2400cbaf7023e377f1.zip
add year as OK default for index.php fix for Bug 1539082
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
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 {

© 2014-2024 Faster IT GmbH | imprint | privacy policy