Fixed trivial issues with report.php

This commit is contained in:
Mark Nelson 2013-09-10 15:52:20 +08:00
parent 91cc331a89
commit fa1c0cfaeb

View file

@ -89,7 +89,7 @@ echo $OUTPUT->heading(get_string('modulenameplural', 'customcert'));
groups_print_activity_menu($cm, $url);
// If perpage is not set to 0 (displaying all issues), we may need a paging bar.
if ($perpage !== 0) {
echo $OUTPUT->paging_bar(count($users), $page, $perpage, $url);
echo $OUTPUT->paging_bar(count((array) $users), $page, $perpage, $url);
}
echo '<br />';
echo html_writer::table($table);