From 63b76161d5c839fe1922eeb4e762b7dece1daa4a Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sun, 13 Dec 2009 20:49:07 +0000 Subject: Bug 527387: Make Parameter section sortkeys numeric and leave space between the numbers Patch by Max Kanat-Alexander r=LpSolit, a=LpSolit --- Bugzilla/Config/BugFields.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Config/BugFields.pm') diff --git a/Bugzilla/Config/BugFields.pm b/Bugzilla/Config/BugFields.pm index c7f7f6e5a..9f3ddc9ab 100644 --- a/Bugzilla/Config/BugFields.pm +++ b/Bugzilla/Config/BugFields.pm @@ -36,7 +36,7 @@ use strict; use Bugzilla::Config::Common; use Bugzilla::Field; -$Bugzilla::Config::BugFields::sortkey = "04"; +our $sortkey = 600; sub get_param_list { my $class = shift; -- cgit v1.2.3-24-g4f1b