typo
This commit is contained in:
parent
4556c9d5dc
commit
3d9a7d35f8
@ -271,7 +271,7 @@ foreach ($tables as $keyname => $each_table) {
|
||||
// Show Summary
|
||||
$response->addHTML('</tbody>');
|
||||
$response->addHTML(
|
||||
PMA_getHtmlBodyForTableSummery(
|
||||
PMA_getHtmlBodyForTableSummary(
|
||||
$num_tables, $server_slave_status, $db_is_information_schema, $sum_entries,
|
||||
$db_collation, $is_show_stats, $sum_size, $overhead_size, $create_time_all,
|
||||
$update_time_all, $check_time_all, $sum_row_count_pre
|
||||
|
||||
@ -157,7 +157,7 @@ function PMA_getTableDropQueryAndMessage($table_is_view, $each_table)
|
||||
*
|
||||
* @return string $html_output
|
||||
*/
|
||||
function PMA_getHtmlBodyForTableSummery($num_tables, $server_slave_status,
|
||||
function PMA_getHtmlBodyForTableSummary($num_tables, $server_slave_status,
|
||||
$db_is_information_schema, $sum_entries, $db_collation, $is_show_stats,
|
||||
$sum_size, $overhead_size, $create_time_all, $update_time_all,
|
||||
$check_time_all, $sum_row_count_pre
|
||||
|
||||
Loading…
Reference in New Issue
Block a user