From c707becf15bd49ae223cf3fb06b3690e5f4b855f Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 29 Aug 2003 04:36:58 +0000 Subject: Bug 213577 - New reporting imports old series with wrong status query. Patch by jussi@comlink.fi; r=gerv, a=justdave. --- checksetup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 7a1264a3e..bd3fda1fa 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -3702,7 +3702,7 @@ if (!$series_exists) { } # The query for statuses is different to that for resolutions. - $queries{$_} = ($query_prod . "status=$_") foreach (@statuses); + $queries{$_} = ($query_prod . "bug_status=$_") foreach (@statuses); $queries{$_} = ($query_prod . "resolution=$_") foreach (@resolutions); foreach my $field (@fields) { -- cgit v1.2.3-24-g4f1b