Remove the unused 'unconfirmedstate' variable (as mentioned in the release notes for Bugzilla 2.20) - r=mkanat on IRC
git-svn-id: svn://10.0.0.236/trunk@256472 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user