This commit is contained in:
Marc Delisle 2014-11-10 11:22:26 -05:00
commit b417fd62e1

View File

@ -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('</tbody>');
$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
)
);