From 3c2d1a971c805dc983c56fa032f538b6a7aa12c2 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Mon, 24 May 2004 05:26:40 +0000 Subject: Minor bug fixes. --- functions/list_functions.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'functions/list_functions.php') diff --git a/functions/list_functions.php b/functions/list_functions.php index a3e164d..72b8008 100644 --- a/functions/list_functions.php +++ b/functions/list_functions.php @@ -7,7 +7,6 @@ function list_jumps() { $return .= ''; $return .= ''; $return .= ''; - return $return; } @@ -16,7 +15,6 @@ function list_calcolors() { foreach ($master_array[-3] as $key => $val) { $return .= ' '.$val.'
'; } - return $return; } @@ -35,13 +33,12 @@ function list_months() { } $month_time = strtotime ("+1 month", $month_time); } - return $return; } function list_years() { - global $getdate, $this_year, $cal; + global $getdate, $this_year, $cal, $num_years; $year_time = strtotime($getdate); for ($i=0; $i < $num_years; $i++) { $offset = $num_years - $i; -- cgit v1.2.3