From d5be55f2c3c02a5b54dd090be12f3d72914a3dac Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Sun, 10 Mar 2013 21:16:32 -0400 Subject: Issue #1848774 by IshaDakota, kiamlaluno: Fixed search_view() initializes a variable that is never used. --- modules/search/search.pages.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/search') diff --git a/modules/search/search.pages.inc b/modules/search/search.pages.inc index b74847303..9dd00a6de 100644 --- a/modules/search/search.pages.inc +++ b/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. -- cgit v1.2.3