[bugzilla-gnome-org-extensions] GNOME Bug 592496: trace pages were linking to the wrong duplicate bug



commit fc2435c24fccf8d6eea5d1e71bffd05749fab868
Author: Max Kanat-Alexander <mkanat everythingsolved com>
Date:   Thu Aug 20 21:05:43 2009 -0500

    GNOME Bug 592496: trace pages were linking to the wrong duplicate bug

 lib/TraceParser/Trace.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/TraceParser/Trace.pm b/lib/TraceParser/Trace.pm
index c1fcb12..d560d0e 100644
--- a/lib/TraceParser/Trace.pm
+++ b/lib/TraceParser/Trace.pm
@@ -125,7 +125,7 @@ sub _do_list_select {
             . join(',', keys %product_ids) . ')', {Columns=>[1,2]}) };
         my %dup_ids = @{ $dbh->selectcol_arrayref(
             'SELECT dupe, dupe_of FROM duplicates WHERE dupe IN ('
-            . join(',', map { $_->id } @$bugs) . ')') };
+            . join(',', map { $_->id } @$bugs) . ')', {Columns=>[1,2]}) };
 
         foreach my $bug (@$bugs) {
             $bug->{product} = $products{$bug->{product_id}};


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]