aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-09-03 21:51:33 +0000
committerChad Little <clittle@users.sourceforge.net>2004-09-03 21:51:33 +0000
commit4324d5ba24037635b87af499994c77ae4bc2e2be (patch)
tree419ac75f7a7068bc9c71921152c03f51b2d75469 /config.inc.php
parentc7d700d09252cdcc2f947c087b627ea9583bfad0 (diff)
downloadphpicalendar-4324d5ba24037635b87af499994c77ae4bc2e2be.tar.gz
phpicalendar-4324d5ba24037635b87af499994c77ae4bc2e2be.tar.bz2
phpicalendar-4324d5ba24037635b87af499994c77ae4bc2e2be.zip
Fix for [ 1010935 ] Empty calendars mess up legend
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 a53588a..e725542 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -38,7 +38,7 @@ $show_search = 'yes'; // Show the search box in the sidebar.
$allow_preferences = 'yes'; // Allow visitors to change various preferences via cookies.
$printview_default = 'no'; // Set print view as the default view. day, week, and month only supported views for $default_view (listed well above).
$show_todos = 'yes'; // Show your todo list on the side of day and week view.
-$show_completed = 'no'; // Show completed todos on your todo list.
+$show_completed = 'yes'; // Show completed todos on your todo list.
$allow_login = 'no'; // Set to yes to prompt for login to unlock calendars.
$login_cookies = 'no'; // Set to yes to store authentication information via (unencrypted) cookies. Set to no to use sessions.

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