Skip to content

Commit

Permalink
changed function name
Browse files Browse the repository at this point in the history
  • Loading branch information
thilinaa committed Aug 17, 2012
1 parent e5851bc commit 8fc7f57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/structure.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,7 @@ function PMA_getHtmlForEditView($url_params)
*
* @return string $html_output
*/
function PMA_getHtmlForSomeLinks($url_query, $tbl_is_view,
function PMA_getHtmlForOptionalActionLinks($url_query, $tbl_is_view,
$db_is_information_schema, $tbl_storage_engine, $cfgRelation
) {
$common_functions = PMA_CommonFunctions::getInstance();
Expand Down
2 changes: 1 addition & 1 deletion tbl_structure.php
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
$response->addHTML(PMA_getHtmlForEditView($url_params));
}
$response->addHTML(
PMA_getHtmlForSomeLinks($url_query, $tbl_is_view,
PMA_getHtmlForOptionalActionLinks($url_query, $tbl_is_view,
$db_is_information_schema, $tbl_storage_engine, $cfgRelation
)
);
Expand Down

0 comments on commit 8fc7f57

Please sign in to comment.