From cb94250d0854e56aa70c03c99581690a5f6cc384 Mon Sep 17 00:00:00 2001 From: Hugues Peccatte Date: Mon, 10 Nov 2014 16:50:18 +0100 Subject: [PATCH] Minor coding style modifications. Signed-off-by: Hugues Peccatte --- db_structure.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/db_structure.php b/db_structure.php index 70c69d94a6..07eaa2d0fc 100644 --- a/db_structure.php +++ b/db_structure.php @@ -286,7 +286,8 @@ foreach ($tables as $keyname => $current_table) { list($html_output, $odd_row, $approx_rows) = PMA_getHtmlForStructureTableRow( $i, $odd_row, $table_is_view, $current_table, - $browse_table_label, $tracking_icon, $GLOBALS['replication_info']['slave']['status'], + $browse_table_label, $tracking_icon, + $GLOBALS['replication_info']['slave']['status'], $browse_table, $tbl_url_query, $search_table, $db_is_system_schema, $titles, $empty_table, $drop_query, $drop_message, $collation, $formatted_size, $unit, $overhead, @@ -303,9 +304,9 @@ foreach ($tables as $keyname => $current_table) { $response->addHTML(''); $response->addHTML( PMA_getHtmlBodyForTableSummary( - $num_tables, $GLOBALS['replication_info']['slave']['status'], $db_is_system_schema, - $sum_entries, $db_collation, $is_show_stats, $sum_size, $overhead_size, - $create_time_all, $update_time_all, $check_time_all, + $num_tables, $GLOBALS['replication_info']['slave']['status'], + $db_is_system_schema, $sum_entries, $db_collation, $is_show_stats, $sum_size, + $overhead_size, $create_time_all, $update_time_all, $check_time_all, isset($approx_rows) ? $approx_rows : false ) );