From b4d706c5ccb7e3a636fa45978968b43ebb8b0246 Mon Sep 17 00:00:00 2001 From: Dan Olson Date: Wed, 21 Jun 2000 05:17:08 +0000 Subject: [PATCH] make "Mailing List" search work --- search.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/search.php b/search.php index 62535a1..dd55de2 100644 --- a/search.php +++ b/search.php @@ -3,6 +3,9 @@ $string = AddSlashes($words); 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") { $pageName = "Search Results"; $focused = "none"; // Dock icon name to gets a border