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