fixed syntax error ;-)

This commit is contained in:
skodak
2008-10-24 17:54:58 +00:00
parent f53db007f6
commit 9b0e2d6652
2 changed files with 2 additions and 2 deletions
+1 -1
View 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;