Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-02-04 18:53:20 +01:00
commit 0d9756a8f5

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