From ffc663e11c9bd310e5a15452739dc64b88095611 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 31 Mar 2009 19:24:22 +0000 Subject: Bug 399089: Remove the 'usermatchmode' parameter - Patch by Frédéric Buclin r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Config/UserMatch.pm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Bugzilla/Config/UserMatch.pm') 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 @@ -46,13 +46,6 @@ sub get_param_list { default => '0' }, - { - name => 'usermatchmode', - type => 's', - choices => ['off', 'wildcard', 'search'], - default => 'off' - }, - { name => 'maxusermatches', type => 't', -- cgit v1.2.3-24-g4f1b