We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d7391 commit e41ea1eCopy full SHA for e41ea1e
db/upgrade.php
@@ -416,7 +416,7 @@ function xmldb_cms_upgrade($oldversion) {
416
if ($oldversion < 2024090304) {
417
// Update files belonging to mod_cms overview section content types to use the course module context id.
418
// Update the pathnamehash as well, otherwise files will display as missing until the content is edited and saved.
419
- // Records are effectively copied, the old records remain in case anything relies on them and they can be used to
+ // Records are effectively copied, the old records remain in case anything relies on them and they can be used to
420
// cross reference the new records if needed.
421
422
$sql = "SELECT f.*, ctx.id as ctxid
0 commit comments