summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/ShadowDB.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-12-13 21:49:07 +0100
committermkanat%bugzilla.org <>2009-12-13 21:49:07 +0100
commit63b76161d5c839fe1922eeb4e762b7dece1daa4a (patch)
tree94fa10208a11e7b27f251bccb888e1853421f589 /Bugzilla/Config/ShadowDB.pm
parent72cb2bc73e71f54c2223bb78af29fee888590b53 (diff)
downloadbugzilla-63b76161d5c839fe1922eeb4e762b7dece1daa4a.tar.gz
bugzilla-63b76161d5c839fe1922eeb4e762b7dece1daa4a.tar.xz
Bug 527387: Make Parameter section sortkeys numeric and leave space between the numbers
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'Bugzilla/Config/ShadowDB.pm')
-rw-r--r--Bugzilla/Config/ShadowDB.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config/ShadowDB.pm b/Bugzilla/Config/ShadowDB.pm
index f9af4fb6d..a605b2363 100644
--- a/Bugzilla/Config/ShadowDB.pm
+++ b/Bugzilla/Config/ShadowDB.pm
@@ -35,7 +35,7 @@ use strict;
use Bugzilla::Config::Common;
-$Bugzilla::Config::ShadowDB::sortkey = "13";
+our $sortkey = 1500;
sub get_param_list {
my $class = shift;