summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-10-11 04:02:20 +0200
committergerv%gerv.net <>2002-10-11 04:02:20 +0200
commit6ef3e1dd46e2ae249e32ceb83e1a59623186d026 (patch)
tree8a236ffae8128d427303abeacd58b1ed7ad62492 /globals.pl
parent049825b26e8f03ddf519fb33a52063eece8f94b3 (diff)
downloadbugzilla-6ef3e1dd46e2ae249e32ceb83e1a59623186d026.tar.gz
bugzilla-6ef3e1dd46e2ae249e32ceb83e1a59623186d026.tar.xz
Bug 170903 - Remove hard-coded titles and things. Patch B. Patch by gerv; r=bbaetz.
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/globals.pl b/globals.pl
index b52161eeb..167d0918a 100644
--- a/globals.pl
+++ b/globals.pl
@@ -38,11 +38,9 @@ use Bugzilla::Config qw(:DEFAULT ChmodDataFile);
sub globals_pl_sillyness {
my $zz;
$zz = @main::SqlStateStack;
- $zz = @main::chooseone;
$zz = $main::contenttypes;
$zz = @main::default_column_list;
$zz = $main::defaultqueryname;
- $zz = @main::dontchange;
$zz = @main::enterable_products;
$zz = %main::keywordsbyname;
$zz = @main::legal_bug_status;
@@ -96,8 +94,6 @@ $::ENV{'PATH'} = '';
$::SIG{TERM} = 'IGNORE';
$::SIG{PIPE} = 'IGNORE';
-$::dontchange = "--do_not_change--";
-$::chooseone = "--Choose_one:--";
$::defaultqueryname = "(Default query)"; # This string not exposed in UI
$::unconfirmedstate = "UNCONFIRMED";
$::dbwritesallowed = 1;