mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Merge branch 'MDL-42930-master' of git://github.com/damyon/moodle
Conflicts: mod/scorm/db/upgrade.php
This commit is contained in:
commit
728f924ec1
80 changed files with 240 additions and 0 deletions
|
@ -175,6 +175,9 @@ function xmldb_scorm_upgrade($oldversion) {
|
|||
upgrade_mod_savepoint(true, 2013090100, 'scorm');
|
||||
}
|
||||
|
||||
// Moodle v2.6.0 release upgrade line.
|
||||
// Put any upgrade step following this.
|
||||
|
||||
if ($oldversion < 2013110501) {
|
||||
// Fix invalid $scorm->launch records.
|
||||
// Get all scorms that have a launch value that references a sco from a different scorm.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue