From: Sam H. v. a. <we...@ma...> - 2008-03-13 18:06:43
|
Log Message: ----------- Fixed the name of the transaction log Modified Files: -------------- webwork2/conf: global.conf.dist Revision Data ------------- Index: global.conf.dist =================================================================== RCS file: /webwork/cvs/system/webwork2/conf/global.conf.dist,v retrieving revision 1.203 retrieving revision 1.204 diff -Lconf/global.conf.dist -Lconf/global.conf.dist -u -r1.203 -r1.204 --- conf/global.conf.dist +++ conf/global.conf.dist @@ -500,7 +500,7 @@ # The transaction log contains data from each recorded answer submission. This # is useful if the database becomes corrupted. -$webworkFiles{logs}{transaction} = "$webworkDirs{logs}/$coursename_transaction.log"; +$webworkFiles{logs}{transaction} = "$webworkDirs{logs}/${courseName}_transaction.log"; # The answer log stores a history of all users' submitted answers. $courseFiles{logs}{answer_log} = "$courseDirs{logs}/answer_log"; |