summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Search.pm')
-rw-r--r--Bugzilla/Search.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm
index 6a9d05144..c1e40fd4b 100644
--- a/Bugzilla/Search.pm
+++ b/Bugzilla/Search.pm
@@ -572,9 +572,6 @@ sub init {
if (defined $params->param($f)) {
my $s = trim($params->param($f));
if ($s ne "") {
- my $n = $f;
- my $q = $dbh->quote($s);
- trick_taint($q);
my $type = $params->param($f . "_type");
push(@specialchart, [$f, $type, $s]);
}