summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-03-24 07:32:19 +0100
committerterry%netscape.com <>1999-03-24 07:32:19 +0100
commit19ca3aa8dbc4f551836cd0dac9150118c9128ee1 (patch)
tree03ae4669a496ee9dee3ac21482bbf79089a2dc6a /globals.pl
parent57f0b7a2c7ed40c7eb2029bf1091c3f262b1e23f (diff)
downloadbugzilla-19ca3aa8dbc4f551836cd0dac9150118c9128ee1.tar.gz
bugzilla-19ca3aa8dbc4f551836cd0dac9150118c9128ee1.tar.xz
Can now query for a specified field being changed at a specified time,
optionally to a specified value.
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/globals.pl b/globals.pl
index 409d12b63..d6e18d225 100644
--- a/globals.pl
+++ b/globals.pl
@@ -260,6 +260,7 @@ sub GenerateVersionTable {
splice(@::log_columns, $w, 1);
}
}
+ @::log_columns = (sort(@::log_columns));
@::legal_priority = SplitEnumType($cols->{"priority,type"});
@::legal_severity = SplitEnumType($cols->{"bug_severity,type"});