From b72a372a74668090ba8a81843de9797977e893f7 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Tue, 22 May 2007 01:31:34 +0000 Subject: squelch warnings when using default_settings.php --- default_config.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'default_config.php') diff --git a/default_config.php b/default_config.php index 89261fa..89fad1c 100644 --- a/default_config.php +++ b/default_config.php @@ -67,6 +67,11 @@ $ftp_calendar_path = ''; // Only used if $auth_method='ftp'. The full path t // You can increase the number of unique colors by adding additional images (monthdot_n.gif) // and in the css file (default.css) classes .alldaybg_n, .eventbg_n and .eventbg2_n // Colors will repeat from the beginning for calendars past $unique_colors (7 by default), with no limit. -$unique_colors = '7'; +$unique_colors = '7'; + +$blacklisted_cals = array(); +$list_webcals = array(); +$locked_cals = array(); +$locked_map = array(); ?> -- cgit v1.2.3