diff --git a/libraries/structure.lib.php b/libraries/structure.lib.php index 8be8a90c94..77385cee4a 100644 --- a/libraries/structure.lib.php +++ b/libraries/structure.lib.php @@ -573,7 +573,7 @@ function PMA_getHtmlForInsertEmptyDropActionLinks($tbl_url_query, $table_is_view $html_output = '' . '' + . ' href="tbl_change.php?' . $tbl_url_query . '">' . $titles['Insert'] . ''; $html_output .= '' . $empty_table . ''; @@ -587,7 +587,7 @@ function PMA_getHtmlForInsertEmptyDropActionLinks($tbl_url_query, $table_is_view $html_output .= ' view'; } $html_output .= '"'; - } + } $html_output .= 'href="sql.php?' . $tbl_url_query . '&reload=1&purge=1&sql_query=' . urlencode($drop_query) . '&message_to_show='