From: Sam H. v. a. <we...@ma...> - 2008-03-13 18:06:59
|
Log Message: ----------- backport (sh002i): Fixed the name of the transaction log. Tags: ---- rel-2-4-dev 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.189.2.6 retrieving revision 1.189.2.7 diff -Lconf/global.conf.dist -Lconf/global.conf.dist -u -r1.189.2.6 -r1.189.2.7 --- conf/global.conf.dist +++ conf/global.conf.dist @@ -493,7 +493,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"; |