From a671111c915128eb57f79c99277e904d82c65dc2 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Mon, 15 Sep 2003 02:54:03 +0000 Subject: Switched it to not save parsed combined cals. --- functions/ical_parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/ical_parser.php b/functions/ical_parser.php index 3b0c0cc..c136ca4 100644 --- a/functions/ical_parser.php +++ b/functions/ical_parser.php @@ -31,7 +31,7 @@ $this_year = $day_array2[1]; // reading the file if it's allowed $parse_file = true; -if ($is_webcal == false && $save_parsed_cals == 'yes') { +if (($is_webcal == false) && ($save_parsed_cals == 'yes') && ($cal != 'all_calenders_combined971')) { $realcal_mtime = filemtime($filename); $parsedcal = $tmp_dir.'/parsedcal-'.$cal_filename.'-'.$this_year; if (file_exists($parsedcal)) { -- cgit v1.2.3