change function name

This commit is contained in:
thilinaa 2012-08-12 03:14:54 +05:30
parent 364fb6c8a5
commit f003cc1abd
2 changed files with 5 additions and 6 deletions

View File

@ -1157,7 +1157,7 @@ function PMA_getValuesForPbmsTable($current_table, $is_show_stats, $sum_size)
*
* @return string $html_output
*/
function PMA_getHtmlForStructuretableTableHeader(
function PMA_getHtmlForTableStructureHeader(
$db_is_information_schema,
$tbl_is_view
) {

View File

@ -203,13 +203,12 @@ if ($GLOBALS['cfg']['PropertiesIconic'] === true) {
echo ' PropertiesIconic';
} ?>">
<?php
echo PMA_getHtmlForStructuretableTableHeader(
$db_is_information_schema,
$tbl_is_view
);
echo PMA_getHtmlForTableStructureHeader(
$db_is_information_schema,
$tbl_is_view
);
?>
<tbody>
<?php
unset($i);