Merge branch 'QA_4_3'

This commit is contained in:
Madhura Jayaratne 2014-12-24 11:55:32 +05:30
commit e16ad76ebd
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ phpMyAdmin - ChangeLog
- bug #4666 Undefined indexes in table stucture print view of a view
- bug #4663 Export missing back ticks for order table name
- bug #4668 Remove from central columns error
- bug #4670 CSV import reads both commas and values into first column after first row
4.3.3.0 (2014-12-21)
- bug The "Recently used tables" setting should be with Nav panel

View File

@ -546,7 +546,7 @@ class ImportCsv extends AbstractImportCsv
$len = /*overload*/mb_strlen($buffer);
$i = 0;
$lasti = -1;
$ch = mb_substr($buffer, 0);
$ch = /*overload*/mb_substr($buffer, 0, 1);
}
} // End of parser loop
} // End of import loop