summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-10-07 06:06:55 +0200
committerlpsolit%gmail.com <>2005-10-07 06:06:55 +0200
commit190170a6935fc7faf497d65b85cde7691496ffe6 (patch)
treef6b4950ed5501ed03f1ddcfd1c7437e968e319aa /defparams.pl
parent518df535b020606f1357e706bbd23f3a43e15f96 (diff)
downloadbugzilla-190170a6935fc7faf497d65b85cde7691496ffe6.tar.gz
bugzilla-190170a6935fc7faf497d65b85cde7691496ffe6.tar.xz
Bug 310982: Remove the 'browserbugmessage' parameter completely - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl9
1 files changed, 0 insertions, 9 deletions
diff --git a/defparams.pl b/defparams.pl
index 60e41eb96..c7202be1a 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -1118,15 +1118,6 @@ Reason: %reason%
},
{
- name => 'browserbugmessage',
- desc => 'If bugzilla gets unexpected data from the browser, in addition to ' .
- 'displaying the cause of the problem, it will output this HTML as ' .
- 'well.',
- type => 'l',
- default => 'this may indicate a bug in your browser.'
- },
-
- {
name => 'commentoncreate',
desc => 'If this option is on, the user needs to enter a description ' .
'when entering a new bug',