]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fixed very stupid typo.
authorterry%mozilla.org <>
Tue, 7 Mar 2000 07:21:51 +0000 (07:21 +0000)
committerterry%mozilla.org <>
Tue, 7 Mar 2000 07:21:51 +0000 (07:21 +0000)
buglist.cgi

index cd41ce68213d55a7b3e927c05bb77fec0a03b422..43d46c7ea4c768c0987a98f114d47a7cd371c1b9 100755 (executable)
@@ -1292,7 +1292,7 @@ if ($::usergroupset ne '0' && $buggroupset =~ /^\d+$/) {
 <INPUT TYPE=radio NAME=knob VALUE=none CHECKED>
         Do nothing else<br>";
     $knum++;
-    if ($statushash{$::unconfirmedstate} && 1 == scaler(keys(%statushash))) {
+    if ($statushash{$::unconfirmedstate} && 1 == scalar(keys(%statushash))) {
         print "
 <INPUT TYPE=radio NAME=knob VALUE=confirm>
         Confirm bugs (change status to <b>NEW</b>)<br>";