From: Sam H. v. a. <we...@ma...> - 2005-12-05 16:12:43
|
Log Message: ----------- Corrected error message when mailing to an address is not allowed. This used to refer to the courseWeBWorK.ph file, which is WW1-specific. It now mentions global.conf and course.conf. Modified Files: -------------- pg/macros: IO.pl Revision Data ------------- Index: IO.pl =================================================================== RCS file: /webwork/cvs/system/pg/macros/IO.pl,v retrieving revision 1.2 retrieving revision 1.3 diff -Lmacros/IO.pl -Lmacros/IO.pl -u -r1.2 -r1.3 --- macros/IO.pl +++ macros/IO.pl @@ -72,7 +72,7 @@ die "There has been an error in creating this problem.\n" . "Please notify your instructor.\n\n" . "Mail is not permitted to address $user_address.\n" - . "Permitted addresses are specified in the courseWeBWorK.ph file."; + . "Permitted addresses are specified in global.conf or course.conf."; $out = 0; } |