summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-08-20 06:17:18 +0200
committergerv%gerv.net <>2002-08-20 06:17:18 +0200
commit9c0a26d3a5a35788694f5f284c69b995a3298c86 (patch)
tree15cc4cfb1e5e9fb7bcc3898530776f44c7b52492 /defparams.pl
parente6fff23fcd99b09511b62c4db4eca658fe5257c4 (diff)
downloadbugzilla-9c0a26d3a5a35788694f5f284c69b995a3298c86.tar.gz
bugzilla-9c0a26d3a5a35788694f5f284c69b995a3298c86.tar.xz
Bug 143286 - Add support for Insiders, Private comments, Private Attachments. Patch by bugreport@peshkin.net; r=gerv.
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 bc73de600..4f30f85a9 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -717,4 +717,10 @@ DefParam("maxattachmentsize" ,
"t" ,
'1000');
+DefParam("insidergroup",
+ "The name of the group of users who can see/change private comments
+ and attachments.",
+ "t",
+ '');
1;
+