diff --git a/tbl_addfield.php b/tbl_addfield.php index 3d5f08545a..08b19828de 100644 --- a/tbl_addfield.php +++ b/tbl_addfield.php @@ -1,6 +1,7 @@ addParam($table); if ($GLOBALS['is_ajax_request'] == true) { @@ -217,7 +228,8 @@ if (isset($_REQUEST['do_save_data'])) { } // An error happened while inserting/updating a table definition. // to prevent total loss of that data, we embed the form once again. - // The variable $regenerate will be used to restore data in libraries/tbl_columns_definition_form.inc.php + // The variable $regenerate will be used to restore data in libraries/ + // tbl_columns_definition_form.inc.php $num_fields = $_REQUEST['orig_num_fields']; if (isset($_REQUEST['orig_after_field'])) { $_REQUEST['after_field'] = $_REQUEST['orig_after_field']; diff --git a/tbl_create.php b/tbl_create.php index bc6524e2e4..80caf20c91 100644 --- a/tbl_create.php +++ b/tbl_create.php @@ -1,6 +1,8 @@ 0) ? 1 : 0 ); if (isset($tbl_stats['Data_free']) && $tbl_stats['Data_free'] > 0) { - list($formatted_overhead, $overhead_unit) = PMA_Util::formatByteDown( - $tbl_stats['Data_free'], - 3, - ($tbl_stats['Data_free'] > 0) ? 1 : 0 - ); + list($formatted_overhead, $overhead_unit) + = PMA_Util::formatByteDown( + $tbl_stats['Data_free'], + 3, + ($tbl_stats['Data_free'] > 0) ? 1 : 0 + ); $overhead_size += $tbl_stats['Data_free']; } @@ -368,7 +371,8 @@ if (isset($_REQUEST['do_save_data'])) { . '' . "\n"; $new_table_string .= '' - . '' + . '' . $tbl_stats['Collation'] .'' . '' . "\n";