From edd9a9fd1a3451f7868400fcf9d2ebe0cf563c51 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Sat, 20 Dec 2008 00:11:55 +0000 Subject: fix rss link and dates --- functions/ical_parser.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'functions/ical_parser.php') diff --git a/functions/ical_parser.php b/functions/ical_parser.php index ce1f6b6..c52594d 100644 --- a/functions/ical_parser.php +++ b/functions/ical_parser.php @@ -463,7 +463,8 @@ $cal_displayname = urldecode(implode(', ', $cal_displaynames)); #reset this with $template_started = getmicrotime(); //If you want to see the values in the arrays, uncomment below. -//print '
';
+#print '
';
+#var_dump($phpiCal_config);
 //print_r($master_array);
 //print_r($overlap_array);
 //print_r($day_array);
@@ -473,5 +474,5 @@ $template_started = getmicrotime();
 //print_r($cal_displaynames);
 //print_r($cal_filelist);
 //print_r($tz_array);
-//print '
'; +#print '
'; ?> \ No newline at end of file -- cgit v1.2.3