aboutsummaryrefslogtreecommitdiffstats
path: root/functions/ical_parser.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2005-11-23 07:51:01 +0000
committerJim Hu <jimhu@users.sourceforge.net>2005-11-23 07:51:01 +0000
commit77e0833ddd20afc10957d38ee2c954c221ac3de8 (patch)
tree08bf7a98cc549d127e0039b31e4ebc6f72f606fa /functions/ical_parser.php
parent839214cca1024b8fa61ae3964454e4c421040956 (diff)
downloadphpicalendar-77e0833ddd20afc10957d38ee2c954c221ac3de8.tar.gz
phpicalendar-77e0833ddd20afc10957d38ee2c954c221ac3de8.tar.bz2
phpicalendar-77e0833ddd20afc10957d38ee2c954c221ac3de8.zip
changes to fix bugs in handling webcals
Diffstat (limited to 'functions/ical_parser.php')
-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 60ca5c9..aae929b 100644
--- a/functions/ical_parser.php
+++ b/functions/ical_parser.php
@@ -71,7 +71,7 @@ if ($save_parsed_cals == 'yes') {
} else {
foreach ($cal_filelist as $filename) {
$realcal_mtime = filemtime($filename);
- $parsedcal = $tmp_dir.'/parsedcal-'.$cal_filename.'-'.$this_year;
+ $parsedcal = $tmp_dir.'/parsedcal-'.urlencode($cal_filename).'-'.$this_year;
if (file_exists($parsedcal)) {
$parsedcal_mtime = filemtime($parsedcal);
if ($realcal_mtime == $parsedcal_mtime) {

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