]> git.mjollnir.org Git - moodle.git/commitdiff
fixed syntax error ;-)
authorskodak <skodak>
Fri, 24 Oct 2008 17:54:58 +0000 (17:54 +0000)
committerskodak <skodak>
Fri, 24 Oct 2008 17:54:58 +0000 (17:54 +0000)
course/report/progress/index.php
lib/completionlib.php

index 99d0c27348725786777b6ac25af6da5ee2dae77d..c464da60814f2f9bd82654cc91b00d0a9ee591d3 100644 (file)
@@ -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">';
 
index b8049d9fed57e81db253a49993c40c7c545d1b6e..5e979ef9d21ad7b3210e1ba258c1412a556642d3 100644 (file)
@@ -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;