From 11023e1562ddbc0c666d9566f14137b0ce06d159 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Wed, 16 Nov 2005 01:36:09 +0000 Subject: change append .ics method --- functions/calendar_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions/calendar_functions.php') 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"); } } -- cgit v1.2.3