Skip to content

Commit

Permalink
PULL-498 - Fixed potential issues about UTF-8 and multilang filter by…
Browse files Browse the repository at this point in the history
… adopting pure ASCII chars, the SCO primary key
  • Loading branch information
scara authored and danmarsden committed Apr 13, 2011
1 parent 489c6ef commit 7a725d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/scorm/datamodel.php
Expand Up @@ -72,7 +72,7 @@
// Log every datamodel update requested
if (substr($element,0,15) == 'adl.nav.request' || substr($element,0,3) == 'cmi') {
if (scorm_debugging($scorm)) {
add_to_log($course->id, 'scorm', 'trk: '.substr(trim($scorm->name), 0, 25).' at: '.$attempt, 'view.php?id='.$cm->id, "$element => $value", $cm->id);
add_to_log($course->id, 'scorm', 'trk: scoid/'.$scoid.' at: '.$attempt, 'view.php?id='.$cm->id, "$element => $value", $cm->id);
}
}
}
Expand Down

0 comments on commit 7a725d6

Please sign in to comment.