From b254d095fd02666b87d124e78063665b4ae55330 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Fri, 28 May 2004 16:33:44 +0000 Subject: FIxed a bug not allowing all combined to cache. --- 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 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 .= ' '.$val.'
'; } return $return; -- cgit v1.2.3