From 014b25fed9a4a44963c63582b177fd8ac0ea438f Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Wed, 19 Jan 2005 00:53:50 +0000 Subject: Bug 276840 : Move $::defaultqueryname out of globals.pl into Bugzilla/Constants.pm Patch by Max K-A r=vladd a=justdave --- globals.pl | 2 -- 1 file changed, 2 deletions(-) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index 095ada57d..5c7da1a15 100644 --- a/globals.pl +++ b/globals.pl @@ -41,7 +41,6 @@ use Bugzilla::BugMail; sub globals_pl_sillyness { my $zz; $zz = @main::default_column_list; - $zz = $main::defaultqueryname; $zz = @main::enterable_products; $zz = %main::keywordsbyname; $zz = @main::legal_bug_status; @@ -95,7 +94,6 @@ $::ENV{'PATH'} = ''; $::SIG{TERM} = 'IGNORE'; $::SIG{PIPE} = 'IGNORE'; -$::defaultqueryname = "(Default query)"; # This string not exposed in UI $::unconfirmedstate = "UNCONFIRMED"; # The following subroutine is for debugging purposes only. -- cgit v1.2.3-24-g4f1b