diff options
author | mkanat%bugzilla.org <> | 2009-12-13 20:49:07 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-12-13 20:49:07 +0000 |
commit | 63b76161d5c839fe1922eeb4e762b7dece1daa4a (patch) | |
tree | 94fa10208a11e7b27f251bccb888e1853421f589 /Bugzilla/Config/UserMatch.pm | |
parent | Bug 355283: Lock out a user account on a particular IP for 30 minutes if they... (diff) | |
download | bugzilla-63b76161d5c839fe1922eeb4e762b7dece1daa4a.tar.gz bugzilla-63b76161d5c839fe1922eeb4e762b7dece1daa4a.tar.bz2 bugzilla-63b76161d5c839fe1922eeb4e762b7dece1daa4a.zip |
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/UserMatch.pm')
-rw-r--r-- | Bugzilla/Config/UserMatch.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config/UserMatch.pm b/Bugzilla/Config/UserMatch.pm index 9e19f1d2b..f97cfeab2 100644 --- a/Bugzilla/Config/UserMatch.pm +++ b/Bugzilla/Config/UserMatch.pm @@ -35,7 +35,7 @@ use strict; use Bugzilla::Config::Common; -$Bugzilla::Config::UserMatch::sortkey = "14"; +our $sortkey = 1600; sub get_param_list { my $class = shift; |