mirror of
https://github.com/moodle/moodle.git
synced 2025-03-23 09:00:30 +01:00
MDL-68784: Updated variable for graph report
This commit is contained in:
parent
91f26b5874
commit
7482fef18b
@ -67,7 +67,7 @@ class report extends \mod_scorm\report {
|
||||
st.attempt AS attempt,
|
||||
st.scoid AS scoid
|
||||
FROM {scorm_scoes_track} st
|
||||
WHERE st.userid IN ({$allowedlistsql}) AND st.scoid = :scoid";
|
||||
WHERE st.userid IN ({$allowedlist}) AND st.scoid = :scoid";
|
||||
$attempts = $DB->get_records_sql($sql, $params);
|
||||
|
||||
$usergrades = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user