change function name
This commit is contained in:
parent
364fb6c8a5
commit
f003cc1abd
@ -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
|
||||
) {
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user