mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-24 05:01:23 +00:00
more updates to fix updates to fix searching
This commit is contained in:
parent
fb014d9f84
commit
fd79d3532f
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue