more updates to fix updates to fix searching

This commit is contained in:
Dan Olson 2000-06-16 05:29:16 +00:00
parent fb014d9f84
commit fd79d3532f

View file

@ -5,11 +5,12 @@
?>
<?php
if ($type_of_search == "news") {
$string = $search;
include("news_search.php");
$string = $Search;
include("news_search.php");
}
else
else {
echo '<P>That type of search isn't supported yet. Please check back later.';
}
?>
<?
require("parts/postamble.php"); // Finish this sucker up