--- loncom/interface/lonparmset.pm 2004/07/19 17:57:25 1.169
+++ loncom/interface/lonparmset.pm 2004/07/22 23:18:00 1.170
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set parameters for assessments
#
-# $Id: lonparmset.pm,v 1.169 2004/07/19 17:57:25 matthew Exp $
+# $Id: lonparmset.pm,v 1.170 2004/07/22 23:18:00 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1592,6 +1592,9 @@ sub crsenv {
'allow_limited_html_in_feedback'
=> ''.&mt('Allow limited HTML in discussion posts').'
'.
'('.&mt('Set value to "[_1]" to allow',"yes").')',
+ 'allow_discussion_post_editing'
+ => ''.&mt('Allow users to edit/delete their own discussion posts').'
'.
+ '('.&mt('Set value to "[_1]" to allow',"yes").')',
'rndseed'
=> ''.&mt('Randomization algorithm used').'
'.
''.&mt('Modifying this will make problems').' '.
@@ -1634,6 +1637,7 @@ sub crsenv {
'plc.roles.denied','plc.users.denied',
'pch.roles.denied','pch.users.denied',
'allow_limited_html_in_feedback',
+ 'allow_discussion_post_editing',
'languages',
'nothideprivileged',
'rndseed',