Skip to content

Commit

Permalink
change function name
Browse files Browse the repository at this point in the history
  • Loading branch information
thilinaa committed Aug 11, 2012
1 parent 364fb6c commit f003cc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion libraries/structure.lib.php
Expand Up @@ -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
) {
Expand Down
9 changes: 4 additions & 5 deletions tbl_structure.php
Expand Up @@ -203,13 +203,12 @@
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);
Expand Down

0 comments on commit f003cc1

Please sign in to comment.