Skip to content

Commit

Permalink
MDL-14666 "overview report is very inefficient when view detailed mar…
Browse files Browse the repository at this point in the history
…ks is selected. There are several sql queries per row."
  • Loading branch information
jamiesensei committed May 2, 2008
1 parent 8f41cc0 commit e49906d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mod/quiz/report/overview/report.php
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,6 @@ function display($quiz, $cm, $course) {
"WHERE qqi.question = qs.question AND " .
"qqi.quiz = $quiz->id";
$detailledgrades = get_records_sql($detailledgradedsql);
echo count($detailledgrades);
}
foreach ($attempts as $attempt) {
$picture = print_user_picture($attempt->userid, $course->id, $attempt->picture, false, true);
Expand Down

0 comments on commit e49906d

Please sign in to comment.