Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
d521f39c7c
@ -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
|
||||
|
||||
@ -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],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user