Skip to content

Commit

Permalink
MDL-29745 Fixed white space
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Mar 13, 2012
1 parent a28c6b4 commit c8c00ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/scorm/report/graphs/graph.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
$from = 'FROM {scorm_scoes_track} st ';
$where = ' WHERE st.userid ' .$usql. ' and st.scoid = ?';
$attempts = $DB->get_records_sql($select.$from.$where, $params);

foreach ($attempts as $attempt) {
if ($trackdata = scorm_get_tracks($scoid, $attempt->userid, $attempt->attempt)) {
if (isset($trackdata->$scorekey)) {
Expand Down

0 comments on commit c8c00ce

Please sign in to comment.