summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-01-19 01:53:50 +0100
committertravis%sedsystems.ca <>2005-01-19 01:53:50 +0100
commit014b25fed9a4a44963c63582b177fd8ac0ea438f (patch)
tree0a0e004fab30a94cb60462314536590567ae02de /globals.pl
parent47552954db6be6abcf3c27339fdb1063637c0066 (diff)
downloadbugzilla-014b25fed9a4a44963c63582b177fd8ac0ea438f.tar.gz
bugzilla-014b25fed9a4a44963c63582b177fd8ac0ea438f.tar.xz
Bug 276840 : Move $::defaultqueryname out of globals.pl into Bugzilla/Constants.pm
Patch by Max K-A <mkanat@kerio.com> r=vladd a=justdave
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl2
1 files changed, 0 insertions, 2 deletions
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.