Bug #5615 - Assigment listing shows duplicate names with paged display

This commit is contained in:
skodak
2006-07-06 09:46:49 +00:00
parent 39c18c39d1
commit de288c6099
+1 -1
View File
@@ -1018,7 +1018,7 @@ class assignment_base {
$table->define_headers($tableheaders);
$table->define_baseurl($CFG->wwwroot.'/mod/assignment/submissions.php?id='.$this->cm->id.'&currentgroup='.$currentgroup);
$table->sortable(true);
$table->sortable(true, 'lastname');//sorted by lastname by default
$table->collapsible(true);
$table->initialbars(true);