From 73d433f17d349cb2a3c8084d4ac5cecf650afb04 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Wed, 7 Jan 2009 20:20:03 +0000 Subject: timeformat serialization needed urlencode/decode? --- default_config.php | 1 - 1 file changed, 1 deletion(-) (limited to 'default_config.php') diff --git a/default_config.php b/default_config.php index b345163..e46d13a 100644 --- a/default_config.php +++ b/default_config.php @@ -14,7 +14,6 @@ class Configs{ $this->default_view = 'day'; // Default view for calendars = 'day', 'week', 'month', 'year' $this->minical_view = 'current'; // Where do the mini-calendars go when clicked? = 'day', 'week', 'month', 'current' $this->default_cal = $this->ALL_CALENDARS_COMBINED; // Exact filename of calendar without .ics. Or set to $this->ALL_CALENDARS_COMBINED to open all calenders combined into one. - #$this->default_cal = 'Other_racing'; // Exact filename of calendar without .ics. Or set to $this->ALL_CALENDARS_COMBINED to open all calenders combined into one. $this->language = 'English'; // Language support - 'English', 'Polish', 'German', 'French', 'Dutch', 'Danish', 'Italian', 'Japanese', 'Norwegian', 'Spanish', 'Swedish', 'Portuguese', 'Catalan', 'Traditional_Chinese', 'Esperanto', 'Korean' $this->week_start_day = 'Sunday'; // Day of the week your week starts on $this->week_length = '7'; // Number of days to display in the week view -- cgit v1.2.3