From 8f8541f02036c73445cb990d9be8a0b1d4d5912d Mon Sep 17 00:00:00 2001 From: Dan Olson Date: Tue, 13 Jun 2000 03:10:10 +0000 Subject: [PATCH] okay, back to this game --- news_funcs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news_funcs.php b/news_funcs.php index b946e7c..3722b21 100644 --- a/news_funcs.php +++ b/news_funcs.php @@ -27,7 +27,7 @@ } function searchNews ($string) { - need ('date sql'); + need ('sql'); echo '
'; tableBoxHeader( 'black', tableHeadColor ); tableTitle( "Search Results", 1, tableHeadColor );