]> git.mjollnir.org Git - moodle.git/commitdiff
fixed missing }
authorskodak <skodak>
Sat, 2 Sep 2006 13:39:27 +0000 (13:39 +0000)
committerskodak <skodak>
Sat, 2 Sep 2006 13:39:27 +0000 (13:39 +0000)
admin/utfdbmigrate.php

index 871db6187e17fe6c9d4f8b9ea0e964f97cc105a5..420f75eb35ef4627c4933b4da3d1cde7eec5f05a 100755 (executable)
@@ -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: