From 1557337231d8ce2a79f96264191e3bd574d90771 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Tue, 23 Dec 2008 20:24:54 +0000 Subject: modify US holidays calendar --- functions/init/configs.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'functions') 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 "
xx";
 print_r($configs);
-- 
cgit v1.2.3