diff options
Diffstat (limited to 'defparams.pl')
-rw-r--r-- | defparams.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl index 46a00b78f..31bd57d4f 100644 --- a/defparams.pl +++ b/defparams.pl @@ -669,4 +669,9 @@ DefParam("moved-default-component", "t", ''); +DefParam("useattachmenttracker", + "Whether or not to use the attachment tracker that adds additional features for tracking bug attachments.", + "b", + 0); + 1; |