summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config
diff options
context:
space:
mode:
authorSunil Joshi [:SunilJoshi] <joshi_sunil@in.com>2014-03-21 15:25:43 +0100
committerDavid Lawrence <dkl@mozilla.com>2014-03-21 15:25:43 +0100
commitd6370f0638bfb1e237334e35e4e23524280cf6d2 (patch)
tree539eee2a8d067d83926e37864f517acc0aa36c81 /Bugzilla/Config
parentace77744f0bc750b8976f1ad175b52ed715c8083 (diff)
downloadbugzilla-d6370f0638bfb1e237334e35e4e23524280cf6d2.tar.gz
bugzilla-d6370f0638bfb1e237334e35e4e23524280cf6d2.tar.xz
Bug 399087 - Remove the 'mostfreqthreshold' parameter
r=dkl,a=justdave
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r--Bugzilla/Config/Query.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/Bugzilla/Config/Query.pm b/Bugzilla/Config/Query.pm
index e1287386b..c7b33f620 100644
--- a/Bugzilla/Config/Query.pm
+++ b/Bugzilla/Config/Query.pm
@@ -26,13 +26,6 @@ sub get_param_list {
},
{
- name => 'mostfreqthreshold',
- type => 't',
- default => '2',
- checker => \&check_numeric
- },
-
- {
name => 'mybugstemplate',
type => 't',
default => 'buglist.cgi?resolution=---&amp;emailassigned_to1=1&amp;emailreporter1=1&amp;emailtype1=exact&amp;email1=%userid%'