aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2006-01-17 00:14:22 +0000
committerChad Little <clittle@users.sourceforge.net>2006-01-17 00:14:22 +0000
commit63b0bd326a585fe3aae825e81d565ae857a7d6b5 (patch)
tree4268bfaf9d554548abba0295c25feaa8b99a2585
parent3858150aab0773261c65fbc4998c959efd468839 (diff)
downloadphpicalendar-63b0bd326a585fe3aae825e81d565ae857a7d6b5.tar.gz
phpicalendar-63b0bd326a585fe3aae825e81d565ae857a7d6b5.tar.bz2
phpicalendar-63b0bd326a585fe3aae825e81d565ae857a7d6b5.zip
Removed space.
-rw-r--r--config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.inc.php b/config.inc.php
index f0e8d1a..96fe1ea 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -44,7 +44,7 @@ $support_ical = 'no'; // Set to yes to support the Apple iCal calendar datab
$recursive_path = 'no'; // Set to yes to recurse into subdirectories of the calendar path.
// Calendar Caching (decreases page load times)
-$save_parsed_cals = 'no'; // Saves a copy of the cal in /tmp after it's been parsed. Improves performence.
+$save_parsed_cals = 'no'; // Saves a copy of the cal in /tmp after it's been parsed. Improves performance.
$tmp_dir = '/tmp'; // The temporary directory on your system (/tmp is fine for UNIXes including Mac OS X). Any php-writable folder works.
$webcal_hours = '24'; // Number of hours to cache webcals. Setting to '0' will always re-parse webcals.

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