mirror of
https://github.com/moodle/moodle.git
synced 2025-03-13 20:26:32 +01:00
MDL-29745 Fixed white space
This commit is contained in:
parent
a28c6b40fe
commit
c8c00cee80
@ -95,7 +95,7 @@ if(!$nostudents) {
|
||||
$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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user