aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Oster <parasytic@users.sourceforge.net>2010-05-12 19:32:37 +0000
committerJason Oster <parasytic@users.sourceforge.net>2010-05-12 19:32:37 +0000
commit1c7eaa2b23e9d523ae8d346556af240b3c38efea (patch)
tree2d7a1a87e2d03e7cbef15c3b5a39f4b4ff520fb0
parent6d2d3830ef59e768198650072c2e8e90f86c20ce (diff)
downloadphpicalendar-1c7eaa2b23e9d523ae8d346556af240b3c38efea.tar.gz
phpicalendar-1c7eaa2b23e9d523ae8d346556af240b3c38efea.tar.bz2
phpicalendar-1c7eaa2b23e9d523ae8d346556af240b3c38efea.zip
Fix URL in comment
-rw-r--r--functions/ical_parser.php2
1 files changed, 1 insertions, 1 deletions
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) {

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