diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-12-06 08:28:58 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-12-06 08:28:58 +0000 |
commit | e31f7abd42b4905ec0aa4961c7d920e373c012d9 (patch) | |
tree | 8edb7e4477e2d81b29bb04a252bd165bc679a6d9 | |
parent | 0f80b09a4a0aa268279efe24bdb7be57f934da36 (diff) | |
download | brdo-e31f7abd42b4905ec0aa4961c7d920e373c012d9.tar.gz brdo-e31f7abd42b4905ec0aa4961c7d920e373c012d9.tar.bz2 |
- Patch #40079 by Moshe: removed dead code.
-rw-r--r-- | modules/search.module | 1 | ||||
-rw-r--r-- | modules/search/search.module | 1 |
2 files changed, 0 insertions, 2 deletions
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); |