aboutsummaryrefslogtreecommitdiffstats
path: root/functions/list_functions.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-09-01 21:26:59 +0000
committerChad Little <clittle@users.sourceforge.net>2004-09-01 21:26:59 +0000
commita6fc36835b810f0ca7568c082bcecce471082174 (patch)
tree2af5180fcd82105af4209ff78b1ce93a2803ce33 /functions/list_functions.php
parentc766ff43648060a711ec1eeac065064b7856fbe6 (diff)
downloadphpicalendar-a6fc36835b810f0ca7568c082bcecce471082174.tar.gz
phpicalendar-a6fc36835b810f0ca7568c082bcecce471082174.tar.bz2
phpicalendar-a6fc36835b810f0ca7568c082bcecce471082174.zip
PHP5 alterations.
Diffstat (limited to 'functions/list_functions.php')
-rw-r--r--functions/list_functions.php2
1 files changed, 1 insertions, 1 deletions
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];

© 2014-2024 Faster IT GmbH | imprint | privacy policy