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 ) );