From 4324d5ba24037635b87af499994c77ae4bc2e2be Mon Sep 17 00:00:00 2001 From: Chad Little Date: Fri, 3 Sep 2004 21:51:33 +0000 Subject: Fix for [ 1010935 ] Empty calendars mess up legend --- config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.inc.php') 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. -- cgit v1.2.3