aboutsummaryrefslogtreecommitdiffstats
path: root/functions/list_functions.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-05-28 16:33:44 +0000
committerChad Little <clittle@users.sourceforge.net>2004-05-28 16:33:44 +0000
commitb254d095fd02666b87d124e78063665b4ae55330 (patch)
treecfd58e4da87e74fd5986d5ab754a2157164861c4 /functions/list_functions.php
parentef687e7ade702bf9b684c9651cfa1463f9c0adaa (diff)
downloadphpicalendar-b254d095fd02666b87d124e78063665b4ae55330.tar.gz
phpicalendar-b254d095fd02666b87d124e78063665b4ae55330.tar.bz2
phpicalendar-b254d095fd02666b87d124e78063665b4ae55330.zip
FIxed a bug not allowing all combined to cache.
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 72b8008..cfc1745 100644
--- a/functions/list_functions.php
+++ b/functions/list_functions.php
@@ -12,7 +12,7 @@ function list_jumps() {
function list_calcolors() {
global $template, $master_array;
- foreach ($master_array[-3] as $key => $val) {
+ foreach ($master_array['-3'] as $key => $val) {
$return .= '<img src="templates/'.$template.'/images/monthdot_'.$key.'.gif" alt="" /> '.$val.'<br />';
}
return $return;

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