This commit is contained in:
thilinaa 2012-08-11 21:27:18 +05:30
parent 4556c9d5dc
commit 3d9a7d35f8
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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