aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-15 19:22:07 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-15 19:22:07 +0000
commitae7ae4943a33391e82b07a6991bcc768ceb70e2c (patch)
tree47403fdda370058661af284acc705ae35321e93a /config.inc.php
parent30b5705f328315d6829564c5978c86b1f80c34be (diff)
downloadphpicalendar-ae7ae4943a33391e82b07a6991bcc768ceb70e2c.tar.gz
phpicalendar-ae7ae4943a33391e82b07a6991bcc768ceb70e2c.tar.bz2
phpicalendar-ae7ae4943a33391e82b07a6991bcc768ceb70e2c.zip
Fix for [ phpicalendar-Bugs-822211 ] repeating calendar event
displays wrong
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 0347f96..c98c840 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -12,7 +12,7 @@ $default_cal = $ALL_CALENDARS_COMBINED; // Exact filename of calendar withou
$language = 'English'; // Language support - 'English', 'Polish', 'German', 'French', 'Dutch', 'Danish', 'Italian', 'Japanese', 'Norwegian', 'Spanish', 'Swedish', 'Portuguese', 'Catalan', 'Traditional_Chinese', 'Esperanto'
$week_start_day = 'Sunday'; // Day of the week your week starts on
$day_start = '0800'; // Start time for day grid
-$day_end = '2000'; // End time for day grid
+$day_end = '2400'; // End time for day grid
$gridLength = '15'; // Grid distance in minutes for day view, multiples of 15 preferred
$num_years = '3'; // Number of years to display in 'Jump to'
$month_event_lines = '1'; // Number of lines to wrap each event title in month view, 0 means display all lines.

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