summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2003-08-29 06:36:58 +0200
committergerv%gerv.net <>2003-08-29 06:36:58 +0200
commitc707becf15bd49ae223cf3fb06b3690e5f4b855f (patch)
treefc69e338635b0b1b97cf819f8852d88f64dcbdc6 /checksetup.pl
parent3e777873a2774473b4c95aeb2a48481ae52c0677 (diff)
downloadbugzilla-c707becf15bd49ae223cf3fb06b3690e5f4b855f.tar.gz
bugzilla-c707becf15bd49ae223cf3fb06b3690e5f4b855f.tar.xz
Bug 213577 - New reporting imports old series with wrong status query. Patch by jussi@comlink.fi; r=gerv, a=justdave.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
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) {