Bug 558199: Unused variables in Search.pm
r=justdave a=LpSolit git-svn-id: svn://10.0.0.236/trunk@260176 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
9ef8db79cc
commit
aa9bafc25b
@ -1 +1 @@
|
||||
7123
|
||||
7124
|
||||
@ -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]);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user