Commit 0cffc660 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 558199: Unused variables in Search.pm

r=justdave a=LpSolit
parent 299eb13b
......@@ -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]);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment