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

Last patch didn't work -- perl doesn't like the "scaler" function.

parent 63849bd2
......@@ -771,7 +771,7 @@ if ($::usergroupset ne '0' && $buggroupset =~ /^\d*$/) {
$knum++;
}
my @statuskeys = keys %statushash;
if (scaler(@statuskeys) == 1) {
if (1 == @statuskeys) {
if (defined $statushash{'RESOLVED'}) {
print "
<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