From e4970a01f22d8e752dff8cbd4045b82548cacd53 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Sun, 6 May 2001 03:16:37 +0000 Subject: [PATCH] Eliminate some debug output --- lib/news.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/news.php b/lib/news.php index ffa6720..ceee86b 100644 --- a/lib/news.php +++ b/lib/news.php @@ -195,7 +195,6 @@ function monthlyNews ($month, $year) { // Do sanity checking on dates - echo $year; if ($year < 2000) { $year = date ('Y', time ()); }