mirror of
https://github.com/moodle/moodle.git
synced 2025-02-15 21:36:58 +01:00
fixed missing }
This commit is contained in:
parent
6e4dc10f54
commit
e95b2c1c6d
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user