From: terry%mozilla.org <>
Date: Tue, 7 Mar 2000 07:21:51 +0000 (+0000)
Subject: Fixed very stupid typo.
X-Git-Tag: bugzilla-2.12~365
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3aa7a6d7cadd8292a9917828d728ae1345b3450a;p=thirdparty%2Fbugzilla.git
Fixed very stupid typo.
---
diff --git a/buglist.cgi b/buglist.cgi
index cd41ce6821..43d46c7ea4 100755
--- a/buglist.cgi
+++ b/buglist.cgi
@@ -1292,7 +1292,7 @@ if ($::usergroupset ne '0' && $buggroupset =~ /^\d+$/) {
Do nothing else
";
$knum++;
- if ($statushash{$::unconfirmedstate} && 1 == scaler(keys(%statushash))) {
+ if ($statushash{$::unconfirmedstate} && 1 == scalar(keys(%statushash))) {
print "
Confirm bugs (change status to NEW)
";