Bug 170903 - Remove hard-coded titles and things. Patch B. Patch by gerv; r=bbaetz.

git-svn-id: svn://10.0.0.236/trunk@131692 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gerv%gerv.net
2002-10-10 19:02:36 +00:00
parent b93495c605
commit 9f77460a6f
7 changed files with 53 additions and 27 deletions

View File

@@ -44,7 +44,6 @@ use vars qw($db_name
@components
@default_column_list
$defaultqueryname
@dontchange
@legal_keywords
@legal_platform
@legal_priority
@@ -690,9 +689,6 @@ if ($dotweak) {
$vars->{'severities'} = \@::legal_severity;
$vars->{'resolutions'} = \@::settable_resolution;
# The value that represents "don't change the value of this field".
$vars->{'dontchange'} = $::dontchange;
$vars->{'unconfirmedstate'} = $::unconfirmedstate;
$vars->{'bugstatuses'} = [ keys %$bugstatuses ];