mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-11544, tags migrate script postgres db problem
This commit is contained in:
parent
a7c3671a92
commit
7f0648510a
@ -1732,6 +1732,7 @@ function xmldb_main_upgrade($oldversion=0) {
|
||||
$itag->rawname = $raw_normalized;
|
||||
$itag->userid = $oldtag->userid;
|
||||
$itag->timemodified = time();
|
||||
$itag->descriptionformat = 0; // default format
|
||||
if ($oldtag->type == 'official') {
|
||||
$itag->tagtype = 'official';
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user