From: <jo...@us...> - 2003-09-20 00:37:39
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1:/tmp/cvs-serv20975 Modified Files: config.inc.php Log Message: Patch [793608] $day_end value. Users may now specify a $day_end value in config.inc.php to end the calendar display before midnight. Index: config.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v retrieving revision 1.111 retrieving revision 1.112 diff -C2 -d -r1.111 -r1.112 *** config.inc.php 20 Sep 2003 00:16:05 -0000 1.111 --- config.inc.php 20 Sep 2003 00:37:36 -0000 1.112 *************** *** 13,16 **** --- 13,17 ---- $week_start_day = 'Sunday'; // Day of the week your week starts on $day_start = '0800'; // Start time for day grid + $day_end = '2000'; // End time for day grid $gridLength = '15'; // Grid distance in minutes for day view, multiples of 15 preferred $num_years = '3'; // Number of years to display in 'Jump to' |