Skip to content

Commit

Permalink
Merge branch 'QA_4_5' of github.com:phpmyadmin/phpmyadmin into QA_4_5
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuracj committed Oct 6, 2015
2 parents a56aaad + 13aff1c commit ea68442
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 207 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ phpMyAdmin - ChangeLog
- issue #11519 Bug while exporting results when a joined table field name is in SELECT query
- issue #11522 Strange behavior on table rename
- issue #11539 Rename table does not result in refresh in left panel
- issue #11541 Missing arguments for PMA_Table::generateAlter()

4.5.0.2 (2015-09-25)
- issue #11497 Incorrect indexes when exporting
Expand Down
2 changes: 2 additions & 0 deletions libraries/controllers/TableStructureController.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,8 @@ protected function updateColumns()
$_REQUEST['field_default_value_orig'][$i],
Util\get($_REQUEST, "field_extra_orig.${i}", false),
Util\get($_REQUEST, "field_comments_orig.${i}", ''),
Util\get($_REQUEST, "field_virtuality_orig.${i}", ''),
Util\get($_REQUEST, "field_expression_orig.${i}", ''),
Util\get($_REQUEST, "field_move_to_orig.${i}", '')
);
}
Expand Down
Loading

0 comments on commit ea68442

Please sign in to comment.