From: Arnie P. v. a. <we...@ma...> - 2005-09-21 20:26:19
|
Log Message: ----------- fixed small typo Modified Files: -------------- webwork-modperl/conf: global.conf.dist Revision Data ------------- Index: global.conf.dist =================================================================== RCS file: /webwork/cvs/system/webwork-modperl/conf/global.conf.dist,v retrieving revision 1.138 retrieving revision 1.139 diff -Lconf/global.conf.dist -Lconf/global.conf.dist -u -r1.138 -r1.139 --- conf/global.conf.dist +++ conf/global.conf.dist @@ -113,7 +113,7 @@ # feedback button to go away as well. # # * If you want to send email ONLY to addresses in this list, set -# receive_feedback => $nodoy in %permissionLevels below. +# receive_feedback => $nobody in %permissionLevels below. # # It's often useful to set this in the course.conf to change the behavior of # feedback for a specific course. |