summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/search.module1
-rw-r--r--modules/search/search.module1
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);