From e31f7abd42b4905ec0aa4961c7d920e373c012d9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 6 Dec 2005 08:28:58 +0000 Subject: - Patch #40079 by Moshe: removed dead code. --- modules/search.module | 1 - modules/search/search.module | 1 - 2 files changed, 2 deletions(-) (limited to 'modules') diff --git a/modules/search.module b/modules/search.module index c063f1c0f..130429f77 100644 --- a/modules/search.module +++ b/modules/search.module @@ -958,7 +958,6 @@ function search_view() { * An HTML string containing the search form. */ function search_form($action = '', $keys = '', $type = null, $prompt = null) { - $edit = $_POST['edit']; if (!$action) { $action = url('search/'. $type); diff --git a/modules/search/search.module b/modules/search/search.module index c063f1c0f..130429f77 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -958,7 +958,6 @@ function search_view() { * An HTML string containing the search form. */ function search_form($action = '', $keys = '', $type = null, $prompt = null) { - $edit = $_POST['edit']; if (!$action) { $action = url('search/'. $type); -- cgit v1.2.3