Merge branch 'QA_4_3'
This commit is contained in:
commit
e16ad76ebd
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user