From 474ee4c853d1e5cffd85a6920cfbe119ae7e5949 Mon Sep 17 00:00:00 2001 From: Dan Olson Date: Mon, 15 May 2000 18:54:02 +0000 Subject: [PATCH] this should do it --- news_funcs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news_funcs.php b/news_funcs.php index c7c2f25..06829da 100644 --- a/news_funcs.php +++ b/news_funcs.php @@ -13,7 +13,7 @@ $today = getdate (); while ($startyear <= $today['year']) { - for ($month = $today['mon'] ; $month > 1 ; $month--) + for ($month = $today['mon']+1 ; $month > 1 ; $month--) { echo '

' . date ("F, Y", mktime (0,0,0,$month,0,$today['year'],0));