From: Gavin L. v. a. <we...@ma...> - 2005-02-23 01:44:06
|
Log Message: ----------- Gateway: add version_last_attempt_time to fields in ProblemSetList.pm Tags: ---- rel-2-1-a1 Modified Files: -------------- webwork2/lib/WeBWorK/ContentGenerator/Instructor: ProblemSetList.pm Revision Data ------------- Index: ProblemSetList.pm =================================================================== RCS file: /webwork/cvs/system/webwork2/lib/WeBWorK/ContentGenerator/Instructor/ProblemSetList.pm,v retrieving revision 1.60.2.3 retrieving revision 1.60.2.4 diff -Llib/WeBWorK/ContentGenerator/Instructor/ProblemSetList.pm -Llib/WeBWorK/ContentGenerator/Instructor/ProblemSetList.pm -u -r1.60.2.3 -r1.60.2.4 --- lib/WeBWorK/ContentGenerator/Instructor/ProblemSetList.pm +++ lib/WeBWorK/ContentGenerator/Instructor/ProblemSetList.pm @@ -196,6 +196,11 @@ size => 10, access => "readonly", }, + version_last_attempt_time => { + type => "text", + size => 10, + access => "readonly", + }, }; sub pre_header_initialize { |