MDL-11544, tags migrate script postgres db problem

This commit is contained in:
toyomoyo 2007-10-04 07:06:54 +00:00
parent a7c3671a92
commit 7f0648510a

View File

@ -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 {