Merge branch 'MDL-30472-master' of git://github.com/ankitagarwal/moodle

This commit is contained in:
Aparup Banerjee
2011-12-13 14:34:42 +08:00
+2
View File
@@ -346,6 +346,8 @@
if (!isset($hiddenfields['lastaccess'])) {
$table->sortable(true, 'lastaccess', SORT_DESC);
} else {
$table->sortable(true, 'firstname', SORT_ASC);
}
$table->no_sorting('roles');