From ac501f092835e07d6d4683f29824f9b54e7ee162 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Tue, 16 Dec 2008 15:46:24 +0000 Subject: progress on recurrence --- month.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'month.php') diff --git a/month.php b/month.php index 0982718..9811669 100644 --- a/month.php +++ b/month.php @@ -4,7 +4,7 @@ $current_view = "month"; require_once(BASE.'functions/ical_parser.php'); require_once(BASE.'functions/list_functions.php'); require_once(BASE.'functions/template.php'); -header("Content-Type: text/html; charset=$charset"); +header("Content-Type: text/html; charset=$phpiCal_config->charset"); if ($phpiCal_config->minical_view == 'current') $minical_view = 'month'; $unix_time = strtotime($getdate); -- cgit v1.2.3