From: toyomoyo Date: Thu, 4 Oct 2007 07:06:54 +0000 (+0000) Subject: MDL-11544, tags migrate script postgres db problem X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7f0648510a59c74faa759f5d5655222eade94fe4;p=moodle.git MDL-11544, tags migrate script postgres db problem --- diff --git a/lib/db/upgrade.php b/lib/db/upgrade.php index 723bb64339..7caf209a75 100644 --- a/lib/db/upgrade.php +++ b/lib/db/upgrade.php @@ -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 {