Merge pull request #891 from vpowerrc/bug_#4261

fixed #4261 Export bug
This commit is contained in:
Marc Delisle 2014-02-04 09:53:14 -08:00
commit b43b0540bb

View File

@ -1332,7 +1332,7 @@ class ExportSql extends ExportPlugin
for ($k = 0; $k < $sql_count; $k++) {
if (preg_match(
'@[\s]+(AUTO_INCREMENT,)@',
'@[\s]+(AUTO_INCREMENT )@',
$sql_lines[$k]
)) {
//removes extra space at the beginning, if there is