summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index 7efdc4053..56a63cf6d 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -353,6 +353,12 @@ Reason: %reason%
%urlbase%show_bug.cgi?id=%bugid%
");
+DefParam("allowbugdeletion",
+ q{The pages to edit products and components and versions can delete all associated bugs when you delete a product (or component or version). Since that is a pretty scary idea, you have to turn on this option before any such deletions will ever happen.},
+ "b",
+ 0);
+
+
1;