fixed missing }

This commit is contained in:
skodak 2006-09-02 13:39:27 +00:00
parent 6e4dc10f54
commit e95b2c1c6d

View File

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