mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-14967 Upgrade all code using DML - a few missing bits in mod/scorm.
This commit is contained in:
parent
52a9a9b549
commit
c6089d9352
2 changed files with 6 additions and 6 deletions
|
@ -285,7 +285,7 @@ function scorm_parse_aicc($pkgdir,$scormid) {
|
|||
if (isset($element->core_vendor)) {
|
||||
$scodata->name = 'datafromlms';
|
||||
$scodata->value = eregi_replace('<cr>', "\r\n", $element->core_vendor);
|
||||
$dataid = insert_record('scorm_scoes_data',$scodata);
|
||||
$dataid = $DB->insert_record('scorm_scoes_data',$scodata);
|
||||
}
|
||||
}
|
||||
if ($launch==0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue