diff options
author | lpsolit%gmail.com <> | 2009-03-31 19:24:22 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-03-31 19:24:22 +0000 |
commit | ffc663e11c9bd310e5a15452739dc64b88095611 (patch) | |
tree | a577f0f94c9a97fd088537c060f497907dc1b0ad /Bugzilla/Config | |
parent | d8dc06a626ad4542d9d5db9c5e2a2de7f4003cc6 (diff) | |
download | bugs-ffc663e11c9bd310e5a15452739dc64b88095611.tar bugs-ffc663e11c9bd310e5a15452739dc64b88095611.tar.gz bugs-ffc663e11c9bd310e5a15452739dc64b88095611.tar.bz2 bugs-ffc663e11c9bd310e5a15452739dc64b88095611.tar.xz bugs-ffc663e11c9bd310e5a15452739dc64b88095611.zip |
Bug 399089: Remove the 'usermatchmode' parameter - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r-- | Bugzilla/Config/UserMatch.pm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Bugzilla/Config/UserMatch.pm b/Bugzilla/Config/UserMatch.pm index 819247e99..9e19f1d2b 100644 --- a/Bugzilla/Config/UserMatch.pm +++ b/Bugzilla/Config/UserMatch.pm @@ -47,13 +47,6 @@ sub get_param_list { }, { - name => 'usermatchmode', - type => 's', - choices => ['off', 'wildcard', 'search'], - default => 'off' - }, - - { name => 'maxusermatches', type => 't', default => '1000', |