Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-12-20 21:07:02 +01:00
commit d521f39c7c
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ phpMyAdmin - ChangeLog
- bug #4656 Some error popups fade away too quickly
- bug #4648 Consistency in borders
- bug $cfg['Error_Handler']['display'] no longer necessary
- bug #4659 Leading and trailing whitespace in column name
4.3.2.0 (2014-12-12)
- bug #4628 PHP error while exporting schema as PDF

View File

@ -55,7 +55,7 @@ function PMA_buildColumnCreationStatement(
$definition = PMA_getStatementPrefix($is_create_tbl) .
PMA_Table::generateFieldSpec(
$_REQUEST['field_name'][$i],
trim($_REQUEST['field_name'][$i]),
$_REQUEST['field_type'][$i],
$i,
$_REQUEST['field_length'][$i],