Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24958/phpicalendar/functions
Modified Files:
ical_parser.php
Log Message:
patch line 38 of ical_parser.php for webcals
Index: ical_parser.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/ical_parser.php,v
retrieving revision 1.198
retrieving revision 1.199
diff -C2 -d -r1.198 -r1.199
*** ical_parser.php 23 Nov 2005 07:51:01 -0000 1.198
--- ical_parser.php 25 Nov 2005 22:14:54 -0000 1.199
***************
*** 36,40 ****
if ($save_parsed_cals == 'yes') {
if (sizeof ($cal_filelist) > 1) {
! $parsedcal = $tmp_dir.'/parsedcal-'.$cal_filename.'-'.$this_year;
if (file_exists($parsedcal)) {
$fd = fopen($parsedcal, 'r');
--- 36,40 ----
if ($save_parsed_cals == 'yes') {
if (sizeof ($cal_filelist) > 1) {
! $parsedcal = $tmp_dir.'/parsedcal-'.urlencode($cal_filename).'-'.$this_year;
if (file_exists($parsedcal)) {
$fd = fopen($parsedcal, 'r');
|