From: Sam H. v. a. <we...@ma...> - 2005-07-05 18:19:21
|
Log Message: ----------- fixed tiny indentation problem Modified Files: -------------- webwork2/lib/WeBWorK: PG.pm Revision Data ------------- Index: PG.pm =================================================================== RCS file: /webwork/cvs/system/webwork2/lib/WeBWorK/PG.pm,v retrieving revision 1.60 retrieving revision 1.61 diff -Llib/WeBWorK/PG.pm -Llib/WeBWorK/PG.pm -u -r1.60 -r1.61 --- lib/WeBWorK/PG.pm +++ lib/WeBWorK/PG.pm @@ -137,8 +137,8 @@ # ADDED: dvipngTempDir # ADDED: jsMathURL # ADDED: asciimathURL - # ADDED: macrosPath - # REMOVED: macrosDirectory, courseScriptsDirectory + # ADDED: macrosPath + # REMOVED: macrosDirectory, courseScriptsDirectory $envir{cgiDirectory} = undef; $envir{cgiURL} = undef; |