diff options
Diffstat (limited to 'modules/search.module')
-rw-r--r-- | modules/search.module | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/modules/search.module b/modules/search.module index 559c4bf51..e047f6ca9 100644 --- a/modules/search.module +++ b/modules/search.module @@ -12,6 +12,7 @@ function search_link($type) { return $links ? $links : array(); } +/* function search_item($item, $type) { $output .= "<p>"; $output .= " <b><u><a href=\"". $item["link"] ."\">". $item["title"] ."</a></u></b><br />"; @@ -20,6 +21,7 @@ function search_item($item, $type) { return $output; } +*/ function search_page() { global $theme, $edit, $type, $keys; @@ -27,13 +29,6 @@ function search_page() { if (user_access("search content")) { /* - ** Verify the user input: - */ - - $type = check_input($type); - $keys = check_input($keys); - - /* ** Construct the search form: */ |