aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-23 20:24:54 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-23 20:24:54 +0000
commit1557337231d8ce2a79f96264191e3bd574d90771 (patch)
treea468e72a9707ed4d998d64120c9054356db16863 /functions
parent3c5cbd014bb23c77129dea9d30a6f592289b5572 (diff)
downloadphpicalendar-1557337231d8ce2a79f96264191e3bd574d90771.tar.gz
phpicalendar-1557337231d8ce2a79f96264191e3bd574d90771.tar.bz2
phpicalendar-1557337231d8ce2a79f96264191e3bd574d90771.zip
modify US holidays calendar
Diffstat (limited to 'functions')
-rw-r--r--functions/init/configs.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions/init/configs.php b/functions/init/configs.php
index 68106d8..38714e1 100644
--- a/functions/init/configs.php
+++ b/functions/init/configs.php
@@ -51,6 +51,8 @@ while ($fillTime < $phpiCal_config->day_end) {
$fillTime = $fill_h . $fill_min;
}
+if (!isset($current_view)) $current_view = $phpiCal_config->default_view;
+
$tz_array=array();
/*echo "<pre>xx";
print_r($configs);

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