Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15018/phpicalendar/functions
Modified Files:
calendar_functions.php
Log Message:
change append .ics method
Index: calendar_functions.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/calendar_functions.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** calendar_functions.php 12 Nov 2005 08:21:38 -0000 1.12
--- calendar_functions.php 16 Nov 2005 01:36:09 -0000 1.13
***************
*** 91,95 ****
// we have to append '.ics' to the passed in calendar names.
foreach ($cal_filename_local as $filename) {
! array_push($files, "$search_path/$filename\.ics");
}
}
--- 91,95 ----
// we have to append '.ics' to the passed in calendar names.
foreach ($cal_filename_local as $filename) {
! array_push($files, "$search_path/$filename".".ics");
}
}
|