aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-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