[system] / trunk / webwork-modperl / lib / WeBWorK / DB / Record / Problem.pm Repository:
ViewVC logotype

Diff of /trunk/webwork-modperl/lib/WeBWorK/DB/Record/Problem.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 837 Revision 838
13=cut 13=cut
14 14
15use strict; 15use strict;
16use warnings; 16use warnings;
17 17
18sub KEYFIELDS($) {qw(
19 set_id
20 id
21)}
22
18sub FIELDS($) {qw( 23sub FIELDS($) {qw(
19 id 24 id
20 set_id 25 set_id
21 source_file 26 source_file
22 value 27 value

Legend:
Removed from v.837  
changed lines
  Added in v.838

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9