diff options
Diffstat (limited to 'modules/search.module')
-rw-r--r-- | modules/search.module | 1 |
1 files changed, 0 insertions, 1 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); |