MDL-79863 qtype_ordering: Moodle.2x question/type/ordering add first attempt at backup/restore

This commit is contained in:
Gordon Bateson
2024-04-04 10:59:13 +08:00
committed by Mathew May
parent f91c9dba56
commit abda90ead2
+1 -1
View File
@@ -20,7 +20,7 @@
// Please do not forget to use upgrade_set_timeout()
// before any action that may take longer time to finish.
function xmldb_qtype_calculated_upgrade($oldversion) {
function xmldb_qtype_ordering_upgrade($oldversion) {
global $CFG, $DB;
$dbman = $DB->get_manager();