hopefully fix sidebar search

This commit is contained in:
Dan Olson 2000-06-17 19:35:30 +00:00
parent 8c4492d6ef
commit 334fe90287
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@
<?php <?php
if ($type_of_search == "news") { if ($type_of_search == "news") {
$string = $words; $string = $words;
include("news_search.php"); require("lib/sql.php");
require("news_funcs.php");
include("old_news.php");
} }
else { else {
echo '<P>That type of search isn\'t supported yet. Please check back later.'; echo '<P>That type of search isn\'t supported yet. Please check back later.';