diff --git a/core/modules/search/search.pages.inc b/core/modules/search/search.pages.inc index b6a1930..b118ad1 100644 --- a/core/modules/search/search.pages.inc +++ b/core/modules/search/search.pages.inc @@ -15,7 +15,6 @@ */ function search_view($module = NULL, $keys = '') { $info = FALSE; - $redirect = FALSE; $keys = trim($keys); // Also try to pull search keywords out of the $_REQUEST variable to // support old GET format of searches for existing links.