From: <cl...@us...> - 2004-09-01 21:27:10
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10836/functions Modified Files: list_functions.php Log Message: PHP5 alterations. Index: list_functions.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/list_functions.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** list_functions.php 12 Aug 2004 19:08:00 -0000 1.10 --- list_functions.php 1 Sep 2004 21:27:00 -0000 1.11 *************** *** 70,74 **** function list_weeks() { ! global $getdate, $this_year, $cal, $dateFormat_week_jump; ereg ("([0-9]{4})([0-9]{2})([0-9]{2})", $getdate, $day_array2); $this_day = $day_array2[3]; --- 70,74 ---- function list_weeks() { ! global $getdate, $this_year, $cal, $dateFormat_week_jump, $week_start_day; ereg ("([0-9]{4})([0-9]{2})([0-9]{2})", $getdate, $day_array2); $this_day = $day_array2[3]; |