mirror of
https://github.com/moodle/moodle.git
synced 2025-05-03 23:07:27 +02:00
Merged recent stable fix for 1607
This commit is contained in:
parent
8e8d0524af
commit
ff7acbfeca
@ -181,11 +181,11 @@
|
||||
$columndir = "ASC";
|
||||
}
|
||||
} else {
|
||||
$columndir = $dir == "asc" ? "desc":"asc";
|
||||
$columndir = $dir == "ASC" ? "DESC":"ASC";
|
||||
if ($column == "lastaccess") {
|
||||
$columnicon = $dir == "asc" ? "up":"down";
|
||||
$columnicon = $dir == "ASC" ? "up":"down";
|
||||
} else {
|
||||
$columnicon = $dir == "asc" ? "down":"up";
|
||||
$columnicon = $dir == "ASC" ? "down":"up";
|
||||
}
|
||||
$columnicon = " <img src=\"$CFG->pixpath/t/$columnicon.gif\" />";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user