From: jake%acutex.net <>
Date: Sat, 6 Oct 2001 05:20:33 +0000 (+0000)
Subject: Fix for bug 93006 - The mass change page was auto-selecting the wrong radio button.
X-Git-Tag: bugzilla-2.14.1~111
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=154179c7c793395e94736446057a2859e5e529d4;p=thirdparty%2Fbugzilla.git
Fix for bug 93006 - The mass change page was auto-selecting the wrong radio button.
r= caillon@returnzero.com
---
diff --git a/buglist.cgi b/buglist.cgi
index 56c2d25a72..ad569e1185 100755
--- a/buglist.cgi
+++ b/buglist.cgi
@@ -1548,8 +1548,8 @@ if($::usergroupset ne '0') {
print "
Confirm bugs (change status to NEW) ";
+ $knum++;
}
- $knum++;
print "
Accept bugs (change status to ASSIGNED) ";