From 6b386a7b724aac7510293ff277c285bc7450cd34 Mon Sep 17 00:00:00 2001 From: Wesley Miaw Date: Sat, 20 Sep 2003 00:35:25 +0000 Subject: Patch [793606] list_years.php Behavior Incorrect. Correctly displays years for all $num_years values. --- functions/list_years.php | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'functions') diff --git a/functions/list_years.php b/functions/list_years.php index f5e823e..7b9c8de 100644 --- a/functions/list_years.php +++ b/functions/list_years.php @@ -1,31 +1,31 @@ "; -// build the "; - $num_years2--; +$year_time = strtotime($getdate); +print " print ""; -?> \ No newline at end of file +?> -- cgit v1.2.3