From 1c7eaa2b23e9d523ae8d346556af240b3c38efea Mon Sep 17 00:00:00 2001 From: Jason Oster Date: Wed, 12 May 2010 19:32:37 +0000 Subject: Fix URL in comment --- functions/ical_parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/ical_parser.php b/functions/ical_parser.php index c38f63e..a2ce1d3 100644 --- a/functions/ical_parser.php +++ b/functions/ical_parser.php @@ -102,7 +102,7 @@ foreach ($cal_filelist as $cal_key=>$filename) { * because the current parser will read it twice: * - Once to get the timezone information * - And again to collect the remaining data - * See: http://phpicalendar.net/forums/viewtopic.php?f=45&t=4140&#p14451 + * See: http://phpicalendar.net/forums/viewtopic.php?f=45&t=4140#p14451 */ $filename = tempnam(sys_get_temp_dir(), 'ICS'); if (copy($cal_httpPrefix, $filename) === FALSE) { -- cgit v1.2.3