From 414c0ec7002c78ae7643c4213373b9fa55fda531 Mon Sep 17 00:00:00 2001 From: Dan Olson Date: Sat, 8 Jul 2000 18:34:38 +0000 Subject: [PATCH] comment out offending line (webpage giving a parse error) --- lib/news.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/news.php b/lib/news.php index 76f10e2..a2378f6 100644 --- a/lib/news.php +++ b/lib/news.php @@ -153,7 +153,8 @@ } else { return 0; } - return array (dateFromSQLDateTime ($n_date), $n_user, StripSlashes($n_news)); + //return list (dateFromSQLDateTime ($n_date), $n_user, StripSlashes($n_news)); + return 0; } function latestNews ($length)