Merge branch 'MDL-59662-errors-typo' of https://github.com/lucaboesch/moodle

This commit is contained in:
Andrew Nicols
2017-08-07 13:34:42 +08:00
+1 -1
View File
@@ -203,7 +203,7 @@ if (!empty($options['collation'])) {
$DB->change_database_structure($sql);
} else {
echo "ERROR (unknown column type: $column->type)\n";
$error++;
$errors++;
continue;
}
echo "CONVERTED\n";