From 63b0bd326a585fe3aae825e81d565ae857a7d6b5 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Tue, 17 Jan 2006 00:14:22 +0000 Subject: Removed space. --- config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3