Bug #5615 - Assigment listing shows duplicate names with paged display; merged from MOODLE_16_STABLE

This commit is contained in:
skodak 2006-07-06 09:47:48 +00:00
parent 16750bcd85
commit 246444b975

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);