Commit d2b1cc8e authored by terry%mozilla.org's avatar terry%mozilla.org

Patch by msrex@suse.de -- was not giving an opportunity to resolve or verify a…

Patch by msrex@suse.de -- was not giving an opportunity to resolve or verify a bunch of bugs at once.
parent 0008de48
...@@ -771,7 +771,7 @@ if ($::usergroupset ne '0' && $buggroupset =~ /^\d*$/) { ...@@ -771,7 +771,7 @@ if ($::usergroupset ne '0' && $buggroupset =~ /^\d*$/) {
$knum++; $knum++;
} }
my @statuskeys = keys %statushash; my @statuskeys = keys %statushash;
if ($#statuskeys == 1) { if (scaler(@statuskeys) == 1) {
if (defined $statushash{'RESOLVED'}) { if (defined $statushash{'RESOLVED'}) {
print " print "
<INPUT TYPE=radio NAME=knob VALUE=verify> <INPUT TYPE=radio NAME=knob VALUE=verify>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment