Remove dead code
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
762d7572cb
commit
bb7c805de9
@ -221,8 +221,7 @@ if ($tbl_is_view) {
|
||||
}
|
||||
$response->addHTML(
|
||||
PMA_getHtmlForOptionalActionLinks(
|
||||
$url_query, $tbl_is_view, $db_is_system_schema,
|
||||
$tbl_storage_engine, $cfgRelation
|
||||
$url_query, $tbl_is_view, $db_is_system_schema
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
@ -1610,13 +1610,11 @@ function PMA_getHtmlForEditView($url_params)
|
||||
* @param string $url_query url query
|
||||
* @param boolean $tbl_is_view whether table is view or not
|
||||
* @param boolean $db_is_system_schema whether db is information schema or not
|
||||
* @param string $tbl_storage_engine table storage engine
|
||||
* @param array $cfgRelation current relation parameters
|
||||
*
|
||||
* @return string $html_output
|
||||
*/
|
||||
function PMA_getHtmlForOptionalActionLinks($url_query, $tbl_is_view,
|
||||
$db_is_system_schema, $tbl_storage_engine, $cfgRelation
|
||||
$db_is_system_schema
|
||||
) {
|
||||
$html_output = '<a href="tbl_printview.php' . $url_query
|
||||
. '" target="print_view">'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user