Commit c516741d authored by mkanat%kerio.com's avatar mkanat%kerio.com

Bug 333195: Cannot post a bug with keywords in it

Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave
parent dfa63026
......@@ -496,7 +496,7 @@ if (UserInGroup("editbugs")) {
if (@keywordlist) {
# Make sure that we have the correct case for the kw
my $kw_ids = join(', ', @keywordlist);
my $list = $dbh->selectcol_arrayref(q{
my $list = $dbh->selectcol_arrayref(qq{
SELECT name
FROM keyworddefs
WHERE id IN ($kw_ids)});
......
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