summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2005-01-17 05:27:24 +0100
committerjocuri%softhome.net <>2005-01-17 05:27:24 +0100
commit698c612d21b422d02797dbf30c8bdef2bc0bb9ad (patch)
tree0b50a27a6b2ac30886bf285b4cb6c6deb6a1c08d /globals.pl
parentc3274f47d71e1526d9dbe33b158b1e4e8dd272f6 (diff)
downloadbugzilla-698c612d21b422d02797dbf30c8bdef2bc0bb9ad.tar.gz
bugzilla-698c612d21b422d02797dbf30c8bdef2bc0bb9ad.tar.xz
Patch for bug 276842: Move @default_column_list out of globals.pl into Bugzilla/Constants.pm; patch by Max K-A <mkanat@kerio.com>, r=vladd, a=myk.
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 00a44af7a..095ada57d 100644
--- a/globals.pl
+++ b/globals.pl
@@ -110,10 +110,6 @@ $::unconfirmedstate = "UNCONFIRMED";
#}
#$::SIG{__DIE__} = \&die_with_dignity;
-@::default_column_list = ("bug_severity", "priority", "rep_platform",
- "assigned_to", "bug_status", "resolution",
- "short_short_desc");
-
sub AppendComment {
my ($bugid, $who, $comment, $isprivate, $timestamp, $work_time) = @_;
$work_time ||= 0;