summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpost_bug.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/post_bug.cgi b/post_bug.cgi
index ec684b247..14763151a 100755
--- a/post_bug.cgi
+++ b/post_bug.cgi
@@ -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)});