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

that required the bugs_activity table.
This commit is contained in:
terry%mozilla.org 1999-10-08 23:45:42 +00:00
Родитель 2fca0a4fa8
Коммит bb381f0492
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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) {