From e6600e55c369c07ca5beab330fd13e8118f0dbe0 Mon Sep 17 00:00:00 2001 From: Dan Olson Date: Mon, 15 May 2000 17:47:32 +0000 Subject: [PATCH] try #2 --- news_funcs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news_funcs.php b/news_funcs.php index d786912..06f150d 100644 --- a/news_funcs.php +++ b/news_funcs.php @@ -16,7 +16,7 @@ for ($month = $today['mon'] ; $month > 0 ; $month--) { echo '

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