From: skodak Date: Sat, 2 Sep 2006 13:39:27 +0000 (+0000) Subject: fixed missing } X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e95b2c1c6dedbc2cafa885990f83b5b1ed369b01;p=moodle.git fixed missing } --- diff --git a/admin/utfdbmigrate.php b/admin/utfdbmigrate.php index 871db6187e..420f75eb35 100755 --- a/admin/utfdbmigrate.php +++ b/admin/utfdbmigrate.php @@ -483,6 +483,7 @@ function db_migrate2utf8(){ //Eloy: Perhaps some type of limit parameter here /// And, if the column had an empty string as default, make it NULL now if ($default == "''") { $default = 'NULL'; + } } /* Change to longblob, serves 2 purposes: