summaryrefslogtreecommitdiff
path: root/modules/search
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-03-10 21:16:32 -0400
committerDavid Rothstein <drothstein@gmail.com>2013-03-10 21:16:32 -0400
commitd5be55f2c3c02a5b54dd090be12f3d72914a3dac (patch)
treeae2109e88288f7d2c43313b0d2f1f68c883d552e /modules/search
parent94739f0a477cdacd8dd2dd9c37d5e64620a7d7a9 (diff)
downloadbrdo-d5be55f2c3c02a5b54dd090be12f3d72914a3dac.tar.gz
brdo-d5be55f2c3c02a5b54dd090be12f3d72914a3dac.tar.bz2
Issue #1848774 by IshaDakota, kiamlaluno: Fixed search_view() initializes a variable that is never used.
Diffstat (limited to 'modules/search')
-rw-r--r--modules/search/search.pages.inc1
1 files changed, 0 insertions, 1 deletions
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.