Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-08-28 18:37:31 +02:00
commit f0867e9c4b

View File

@ -1564,8 +1564,6 @@ class ExportSql extends ExportPlugin
$auto_increment,
$schema_create
);
} else {
$schema_create .= ($compat != 'MSSQL') ? $auto_increment : '';
}
$GLOBALS['dbi']->freeResult($result);