From a6fc36835b810f0ca7568c082bcecce471082174 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 1 Sep 2004 21:26:59 +0000 Subject: PHP5 alterations. --- functions/list_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions/list_functions.php') diff --git a/functions/list_functions.php b/functions/list_functions.php index 39a0f8c..f9e0321 100644 --- a/functions/list_functions.php +++ b/functions/list_functions.php @@ -69,7 +69,7 @@ function list_years() { function list_weeks() { - global $getdate, $this_year, $cal, $dateFormat_week_jump; + 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]; $this_month = $day_array2[2]; -- cgit v1.2.3