aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-09-15 02:54:03 +0000
committerChad Little <clittle@users.sourceforge.net>2003-09-15 02:54:03 +0000
commita671111c915128eb57f79c99277e904d82c65dc2 (patch)
tree17f87c13c2ca98c1983f3087dd65f2c758606ca1
parentcab875ea0e16e37bc62b60782d0359865fc402e6 (diff)
downloadphpicalendar-a671111c915128eb57f79c99277e904d82c65dc2.tar.gz
phpicalendar-a671111c915128eb57f79c99277e904d82c65dc2.tar.bz2
phpicalendar-a671111c915128eb57f79c99277e904d82c65dc2.zip
Switched it to not save parsed combined cals.
-rw-r--r--functions/ical_parser.php2
1 files changed, 1 insertions, 1 deletions
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)) {

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