PM-2884: I deleted a line

This commit is contained in:
Paula V. Quispe
2015-06-08 12:43:48 -04:00
parent 11af05a351
commit 35c9338a14

View File

@@ -1390,7 +1390,6 @@ class workspaceTools
$script = file_get_contents($filename);
//Replace TYPE by ENGINE
$script = preg_replace('/\)TYPE\=|\)\sTYPE\=/', ')ENGINE=', $script);
$script = preg_replace('/\)TYPE\=InnoDB|\)\sTYPE\=InnoDB/', ')ENGINE=InnoDB DEFAULT CHARSET=utf8', $script);
$lines = explode("\n", $script);
$previous = null;