Skip to content

Commit

Permalink
Merge branch 'MDL-30758_21' of git://github.com/timhunt/moodle into M…
Browse files Browse the repository at this point in the history
…OODLE_21_STABLE
  • Loading branch information
Sam Hemelryk committed Dec 18, 2011
2 parents a529dd8 + 83dd037 commit d854866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/report/statistics/report.php
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ protected function compute_stats($quizid, $currentgroup, $nostudentsingroup,
$firstattempts = new stdClass();
$firstattempts->countrecs = 0;
$firstattempts->total = 0;
$firstattempts->average = '-';
$firstattempts->average = null;
}

$allattempts = new stdClass();
Expand Down

0 comments on commit d854866

Please sign in to comment.