mirror of
https://github.com/moodle/moodle.git
synced 2025-03-19 15:10:05 +01:00
Merge branch 'MDL-48610-master_always_visible_alphabet_filter' of https://github.com/gmrsagar/moodle
This commit is contained in:
commit
af1fce5cb9
@ -1615,7 +1615,7 @@ class table_sql extends flexible_table {
|
||||
}
|
||||
$grandtotal = $DB->count_records_sql($this->countsql, $this->countparams);
|
||||
if ($useinitialsbar && !$this->is_downloading()) {
|
||||
$this->initialbars($grandtotal > $pagesize);
|
||||
$this->initialbars(true);
|
||||
}
|
||||
|
||||
list($wsql, $wparams) = $this->get_sql_where();
|
||||
|
Loading…
x
Reference in New Issue
Block a user