summaryrefslogtreecommitdiff
path: root/search.php
diff options
context:
space:
mode:
Diffstat (limited to 'search.php')
-rw-r--r--search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/search.php b/search.php
index 0ca1a2fff..4a7831bab 100644
--- a/search.php
+++ b/search.php
@@ -15,7 +15,7 @@ $search .= " <SELECT NAME=\"type\">$options</SELECT>\n";
$search .= " <INPUT TYPE=\"submit\" VALUE=\"". t("Search") ."\">\n";
$search .= "</FORM>\n";
-$output = search_data(check_input($keys), check_input($type));
+$output = search_data($keys, $type);
$theme->header();
$theme->box(t("Search"), $search);