mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-17 17:31:39 +00:00
make "Mailing List" search work
This commit is contained in:
parent
1ae44a71b8
commit
b4d706c5cc
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
||||||
$string = AddSlashes($words);
|
$string = AddSlashes($words);
|
||||||
include("old_news.php");
|
include("old_news.php");
|
||||||
}
|
}
|
||||||
|
elseif ($type_of_search == "lists") {
|
||||||
|
$string = urlencode(StripSlashes($words));
|
||||||
|
header ("Location: http://www.geocrawler.com/search/?config=856&words=$string");
|
||||||
elseif ($type_of_search == "site") {
|
elseif ($type_of_search == "site") {
|
||||||
$pageName = "Search Results";
|
$pageName = "Search Results";
|
||||||
$focused = "none"; // Dock icon name to gets a border
|
$focused = "none"; // Dock icon name to gets a border
|
||||||
|
|
Loading…
Reference in a new issue