aboutsummaryrefslogtreecommitdiffstats
path: root/functions/calendar_functions.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2005-11-16 01:36:09 +0000
committerJim Hu <jimhu@users.sourceforge.net>2005-11-16 01:36:09 +0000
commit11023e1562ddbc0c666d9566f14137b0ce06d159 (patch)
tree3910099bcad9eda820efea1427e5eb229664562e /functions/calendar_functions.php
parent1fe0dca9d23f2fb87e61a964c639636bcd43a1d3 (diff)
downloadphpicalendar-11023e1562ddbc0c666d9566f14137b0ce06d159.tar.gz
phpicalendar-11023e1562ddbc0c666d9566f14137b0ce06d159.tar.bz2
phpicalendar-11023e1562ddbc0c666d9566f14137b0ce06d159.zip
change append .ics method
Diffstat (limited to 'functions/calendar_functions.php')
-rw-r--r--functions/calendar_functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/calendar_functions.php b/functions/calendar_functions.php
index b3db93c..3a16ae6 100644
--- a/functions/calendar_functions.php
+++ b/functions/calendar_functions.php
@@ -90,7 +90,7 @@ function availableCalendars($username, $password, $cal_filename, $admin = false)
// The file process block below expects actual filenames. So
// we have to append '.ics' to the passed in calendar names.
foreach ($cal_filename_local as $filename) {
- array_push($files, "$search_path/$filename\.ics");
+ array_push($files, "$search_path/$filename".".ics");
}
}

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