From: Mike G. v. a. <we...@ma...> - 2008-05-22 15:00:24
|
Log Message: ----------- replaced wwassignment3 by wwassignment4 Modified Files: -------------- wwmoodle/wwassignment4/bin/setup: setup.pl Revision Data ------------- Index: setup.pl =================================================================== RCS file: /webwork/cvs/system/wwmoodle/wwassignment4/bin/setup/setup.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -Lwwassignment4/bin/setup/setup.pl -Lwwassignment4/bin/setup/setup.pl -u -r1.1 -r1.2 --- wwassignment4/bin/setup/setup.pl +++ wwassignment4/bin/setup/setup.pl @@ -62,8 +62,8 @@ } #Program Root -print "Please enter the root directory where wwassignment3 module is located. \n"; -print "Example: /tmp/wwmoodle/wwassignment3\n"; +print "Please enter the root directory where wwassignment4 module is located. \n"; +print "Example: /tmp/wwmoodle/wwassignment4\n"; $wwassignmentRoot = promptUser(''); #Moodle Root |