aboutsummaryrefslogtreecommitdiffstats
path: root/default_config.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-29 03:07:34 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-29 03:07:34 +0000
commit50ce9c8c7c7ac6b8c3137e84ec4da8a1bbe38a12 (patch)
treedb0b8b6315decf58289016c5472ed52fc7a9784f /default_config.php
parentcb7df8518466fe3a1e70df815dca056730cbbbc5 (diff)
downloadphpicalendar-50ce9c8c7c7ac6b8c3137e84ec4da8a1bbe38a12.tar.gz
phpicalendar-50ce9c8c7c7ac6b8c3137e84ec4da8a1bbe38a12.tar.bz2
phpicalendar-50ce9c8c7c7ac6b8c3137e84ec4da8a1bbe38a12.zip
change handling of multiday allday events in week view; other misc changes
Diffstat (limited to 'default_config.php')
-rw-r--r--default_config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/default_config.php b/default_config.php
index 404af5d..0c80659 100644
--- a/default_config.php
+++ b/default_config.php
@@ -22,7 +22,7 @@ class Configs{
$this->day_end = '2000'; // End time for day grid
$this->gridLength = '15'; // Grid distance in minutes for day view, multiples of 15 preferred
$this->num_years = '1'; // Number of years (up and back) to display in 'Jump to'
- $this->month_event_lines = '1'; // Number of lines to wrap each event title in month view, 0 means display all lines.
+ $this->month_event_lines = '0'; // Number of lines to wrap each event title in month view, 0 means display all lines.
$this->tomorrows_events_lines = '1'; // Number of lines to wrap each event title in the 'Tommorrow's events' box, 0 means display all lines.
$this->allday_week_lines = '1'; // Number of lines to wrap each event title in all-day events in week view, 0 means display all lines.
$this->week_events_lines = '1'; // Number of lines to wrap each event title in the 'Tommorrow's events' box, 0 means display all lines.

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