Fixed bug 15890 -- was producing garbled SQL if doing a query
that required the bugs_activity table. git-svn-id: svn://10.0.0.236/trunk@50280 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user