From 498d423eee0cb2ae7664a46bfa198aee1a17e996 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 13 Feb 2003 07:22:18 +0000 Subject: Basic unset prefs support. Ready for testing. --- 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 fece6b7..d5e93c5 100644 --- a/config.inc.php +++ b/config.inc.php @@ -37,7 +37,7 @@ $enable_rss = 'yes'; // Enable RSS access to your calendars (good thing). $show_search = 'yes'; // Show the search box in the sidebar. $header_always = 'no'; // Set to yes to have header on print.php $allow_preferences = 'yes'; // Allow visitors to change various preferences via cookies. -$printview_default = 'yes'; // Set print view as the default view. day, week, and month only supported views for $default_view (listed well above). +$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 = 'yes'; // Show completed todos on your todo list. -- cgit v1.2.3