]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 93006 - The mass change page was auto-selecting the wrong radio button.
authorjake%acutex.net <>
Sat, 6 Oct 2001 05:20:33 +0000 (05:20 +0000)
committerjake%acutex.net <>
Sat, 6 Oct 2001 05:20:33 +0000 (05:20 +0000)
r= caillon@returnzero.com

buglist.cgi

index 56c2d25a723cde8d06fb042f0b3cc39c77465da7..ad569e1185d4df2bcf2bb82d9723181d9ad75a3f 100755 (executable)
@@ -1548,8 +1548,8 @@ if($::usergroupset ne '0') {
         print "
 <INPUT TYPE=radio NAME=knob VALUE=confirm>
         Confirm bugs (change status to <b>NEW</b>)<br>";
+        $knum++;
     }
-    $knum++;
     print "
 <INPUT TYPE=radio NAME=knob VALUE=accept>
         Accept bugs (change status to <b>ASSIGNED</b>)<br>";