Commit 76965a12 authored by terry%mozilla.org's avatar terry%mozilla.org

Fixed bug 15890 -- was producing garbled SQL if doing a query

that required the bugs_activity table.
parent 52c55600
......@@ -407,7 +407,7 @@ if (defined $ref) {
if (defined $ref && 0 < @$ref) {
# Do surgery on the query to tell it to patch in the bugs_activity
# table.
$query =~ s/bugs,/bugs, bugs_activity,/;
$query =~ s/profiles assign,/profiles assign, bugs_activity,/;
my @list;
foreach my $f (@$ref) {
......
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