mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
fixed syntax error ;-)
This commit is contained in:
parent
f53db007f6
commit
9b0e2d6652
@ -97,7 +97,7 @@ if($csv) {
|
||||
groups_print_course_menu($course,$CFG->wwwroot.'/course/report/progress/?course='.$course->id);
|
||||
}
|
||||
|
||||
+// Do we need a paging bar?
|
||||
// Do we need a paging bar?
|
||||
if($progress->total > COMPLETION_REPORT_PAGE) {
|
||||
$pagingbar='<div class="completion_pagingbar">';
|
||||
|
||||
|
@ -615,7 +615,7 @@ class completion_info {
|
||||
* containing an additional ->progress array of coursemoduleid => completionstate
|
||||
*/
|
||||
public function get_progress_all($sortfirstname=false, $groupid=0,
|
||||
+ $pagesize=0,$start=0) {
|
||||
$pagesize=0,$start=0) {
|
||||
global $CFG, $DB;
|
||||
$resultobject=new StdClass;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user