Skip to content

Commit

Permalink
Merge branch 'MDL-30472-m21' of git://github.com/ankitagarwal/moodle …
Browse files Browse the repository at this point in the history
…into MOODLE_21_STABLE
  • Loading branch information
Aparup Banerjee committed Dec 13, 2011
2 parents 1a92569 + a865f43 commit 8f10c31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions user/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,8 @@

if (!isset($hiddenfields['lastaccess'])) {
$table->sortable(true, 'lastaccess', SORT_DESC);
} else {
$table->sortable(true, 'firstname', SORT_ASC);
}

$table->no_sorting('roles');
Expand Down

0 comments on commit 8f10c31

Please sign in to comment.