From c0df359943e8b746f02f5c43d25e5ffea99f8d19 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Wed, 9 Feb 2005 00:22:25 +0000 Subject: Bug 276838 : Eliminate use of $::unconfirmedstate Patch by Max Kanat-Alexander r=wurblzap a=justdave --- editproducts.cgi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'editproducts.cgi') diff --git a/editproducts.cgi b/editproducts.cgi index 8fe1a5ec5..d619909ae 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -44,7 +44,6 @@ use vars qw(@legal_bug_status @legal_resolution); sub sillyness { my $zz; $zz = %::MFORM; - $zz = $::unconfirmedstate; } my %ctl = ( @@ -1435,7 +1434,7 @@ if ($action eq 'update') { # 3. enough votes to confirm SendSQL("SELECT bug_id FROM bugs " . "WHERE product_id = $product_id " . - " AND bug_status = '$::unconfirmedstate' " . + " AND bug_status = 'UNCONFIRMED' " . " AND votes >= $votestoconfirm"); if (MoreSQLData()) { print "
Checking unconfirmed bugs in this product for any which now have sufficient votes."; -- cgit v1.2.3-24-g4f1b