aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-27 18:13:58 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-27 18:13:58 +0000
commit96b192f7a40bc9a5a28c1adeddfc62d3407a48ea (patch)
treea2919ec9ce2ec0f2da34acfbb4a0b9aeff90b6be /config.inc.php
parentf8e16d8753d668998dacdb8567b639e84b3a4123 (diff)
downloadphpicalendar-96b192f7a40bc9a5a28c1adeddfc62d3407a48ea.tar.gz
phpicalendar-96b192f7a40bc9a5a28c1adeddfc62d3407a48ea.tar.bz2
phpicalendar-96b192f7a40bc9a5a28c1adeddfc62d3407a48ea.zip
Fixed parse error in config
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.inc.php b/config.inc.php
index a55fc72..571e717 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -21,7 +21,7 @@ $allday_week_lines = '1'; // Number of lines to wrap each event title in al
$week_events_lines = '1'; // Number of lines to wrap each event title in the 'Tommorrow's events' box, 0 means display all lines.
$timezone = ''; // Set timezone. Read TIMEZONES file for more information
$default_path = 'http://ical.silter.org/phpicalendar';
-$tmp_dir = '/tmp' // The temporary directory on your system (/tmp is fine for UNIXes including OS X)
+$tmp_dir = '/tmp'; // The temporary directory on your system (/tmp is fine for UNIXes including OS X)
// Yes/No questions --- 'yes' means Yes, anything else means no. 'yes' must be lowercase.
$save_parsed_cals = 'no'; // Recommended 'yes'. Saves a copy of the cal in /tmp after it's been parsed. Improves performence.

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