aboutsummaryrefslogtreecommitdiffstats
path: root/functions/ical_parser.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-20 00:11:55 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-20 00:11:55 +0000
commitedd9a9fd1a3451f7868400fcf9d2ebe0cf563c51 (patch)
tree18b9a217dcc678e2ae4600d25b55fc467a8a2c97 /functions/ical_parser.php
parent8ad2eb254717b68f4413da74e75639d48e648fab (diff)
downloadphpicalendar-edd9a9fd1a3451f7868400fcf9d2ebe0cf563c51.tar.gz
phpicalendar-edd9a9fd1a3451f7868400fcf9d2ebe0cf563c51.tar.bz2
phpicalendar-edd9a9fd1a3451f7868400fcf9d2ebe0cf563c51.zip
fix rss link and dates
Diffstat (limited to 'functions/ical_parser.php')
-rw-r--r--functions/ical_parser.php5
1 files changed, 3 insertions, 2 deletions
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 '<pre>';
+#print '<pre>';
+#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 '</pre>';
+#print '</pre>';
?> \ No newline at end of file

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