mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
FIx for bug 5188 - seach with no results -> dead end
This commit is contained in:
parent
2784b98278
commit
f852d652cf
1 changed files with 3 additions and 0 deletions
|
@ -438,6 +438,9 @@
|
|||
print_paging_bar($totalcount, $page, $nowperpage, $baseurl, $pagevar='page');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if ($records || $search || $page) {
|
||||
data_print_preference_form($data, $perpage, $search, $sort, $order);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue