From d5fe0cfe2017241094a84e4c4fb6bfdf1928f8eb Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 6 Mar 2003 22:03:36 +0000 Subject: - Fixed bug in search.module: slashes where escaped twice. --- modules/search.module | 6 ------ modules/search/search.module | 6 ------ 2 files changed, 12 deletions(-) (limited to 'modules') diff --git a/modules/search.module b/modules/search.module index ab56bbcec..ecefa8e32 100644 --- a/modules/search.module +++ b/modules/search.module @@ -307,12 +307,6 @@ function search_view() { global $edit, $type, $keys; if (user_access("search content")) { - - // Verify the user input: - // TODO: is this necessary or is it / should it be done in search_{form|data}? - $type = check_input($type); - $keys = check_input($keys); - // Construct the search form: $form = search_form(NULL, NULL, TRUE); diff --git a/modules/search/search.module b/modules/search/search.module index ab56bbcec..ecefa8e32 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -307,12 +307,6 @@ function search_view() { global $edit, $type, $keys; if (user_access("search content")) { - - // Verify the user input: - // TODO: is this necessary or is it / should it be done in search_{form|data}? - $type = check_input($type); - $keys = check_input($keys); - // Construct the search form: $form = search_form(NULL, NULL, TRUE); -- cgit v1.2.3