From: lpsolit%gmail.com <> Date: Fri, 6 Mar 2009 20:34:54 +0000 (+0000) Subject: Remove the unused 'unconfirmedstate' variable (as mentioned in the release notes... X-Git-Tag: bugzilla-3.3.4~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=915a8c2e88f98ebb532e3977af03d9722426b6e9;p=thirdparty%2Fbugzilla.git Remove the unused 'unconfirmedstate' variable (as mentioned in the release notes for Bugzilla 2.20) - r=mkanat on IRC --- diff --git a/buglist.cgi b/buglist.cgi index 63997eabb3..ee950d8ad6 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -1264,8 +1264,6 @@ if ($dotweak && scalar @bugs) { $vars->{'severities'} = get_legal_field_values('bug_severity'); $vars->{'resolutions'} = get_legal_field_values('resolution'); - $vars->{'unconfirmedstate'} = 'UNCONFIRMED'; - # Convert bug statuses to their ID. my @bug_statuses = map {$dbh->quote($_)} keys %$bugstatuses; my $bug_status_ids =