From: <ji...@us...> - 2007-05-22 01:31:36
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13727/phpicalendar Modified Files: default_config.php Log Message: squelch warnings when using default_settings.php Index: default_config.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/default_config.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** default_config.php 22 May 2007 01:16:57 -0000 1.1 --- default_config.php 22 May 2007 01:31:34 -0000 1.2 *************** *** 68,72 **** // 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'; ?> --- 68,77 ---- // 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'; ! ! $blacklisted_cals = array(); ! $list_webcals = array(); ! $locked_cals = array(); ! $locked_map = array(); ?> |