[system] / trunk / webwork2 / lib / WeBWorK / ContentGenerator / ProblemSets.pm Repository:
ViewVC logotype

Diff of /trunk/webwork2/lib/WeBWorK/ContentGenerator/ProblemSets.pm

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

Revision 818 Revision 919
150 $status, 150 $status,
151 #$hardcopy, 151 #$hardcopy,
152 ])); 152 ]));
153} 153}
154 154
155sub byname { $a->id cmp $b->id; } 155sub byname { $a->set_id cmp $b->set_id; }
156sub byduedate { $a->due_date <=> $b->due_date; } 156sub byduedate { $a->due_date <=> $b->due_date; }
157 157
1581; 1581;

Legend:
Removed from v.818  
changed lines
  Added in v.919

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9