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); } } }