Commit 915a8c2e authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Remove the unused 'unconfirmedstate' variable (as mentioned in the release notes…

Remove the unused 'unconfirmedstate' variable (as mentioned in the release notes for Bugzilla 2.20) - r=mkanat on IRC
parent 5a1d0414
......@@ -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 =
......
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