mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Merged from stable
This commit is contained in:
parent
b64dab0e5d
commit
3f8eeff210
2 changed files with 22 additions and 28 deletions
|
@ -570,7 +570,7 @@ function scorm_get_scoes_records($sco_user) {
|
|||
{$CFG->prefix}user u
|
||||
WHERE su.scormid = '$sco_user->scormid'
|
||||
AND su.userid = u.id
|
||||
AND su.userid = $sco_user->userid
|
||||
AND su.userid = '$sco_user->userid'
|
||||
ORDER BY scoid");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue