Commit 0eaa3f80 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 418518: Search links in editkeywords.cgi and describekeywords.cgi generate…

Bug 418518: Search links in editkeywords.cgi and describekeywords.cgi generate incorrect SQL queries - Patch by Jesse Clark <jjclark1982@gmail.com> r/a=mkanat
parent 37d64afa
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
# Max Kanat-Alexander <mkanat@bugzilla.org> # Max Kanat-Alexander <mkanat@bugzilla.org>
# Joel Peshkin <bugreport@peshkin.net> # Joel Peshkin <bugreport@peshkin.net>
# Lance Larsh <lance.larsh@oracle.com> # Lance Larsh <lance.larsh@oracle.com>
# Jesse Clark <jjclark1982@gmail.com>
use strict; use strict;
...@@ -1771,7 +1772,7 @@ sub _keywords_nonchanged { ...@@ -1771,7 +1772,7 @@ sub _keywords_nonchanged {
my $self = shift; my $self = shift;
my %func_args = @_; my %func_args = @_;
my ($chartid, $v, $ff, $f, $t, $term, $supptables) = my ($chartid, $v, $ff, $f, $t, $term, $supptables) =
@func_args{qw(chartid v ff f t term)}; @func_args{qw(chartid v ff f t term supptables)};
my @list; my @list;
my $table = "keywords_$$chartid"; my $table = "keywords_$$chartid";
......
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