diff --git a/db_structure.php b/db_structure.php
index acac3d5b43..8fbb844d5c 100644
--- a/db_structure.php
+++ b/db_structure.php
@@ -271,7 +271,7 @@ foreach ($tables as $keyname => $current_table) {
);
list($html_output, $odd_row) = PMA_getHtmlForStructureTableRow(
- $i, $odd_row, $table_is_view, $current_table
+ $i, $odd_row, $table_is_view, $current_table,
$browse_table_label, $tracking_icon, $server_slave_status,
$browse_table, $tbl_url_query, $search_table, $db_is_information_schema,
$titles, $empty_table, $drop_query, $drop_message, $collation,
diff --git a/server_export.php b/server_export.php
index fe175e6faa..39dcc3dd49 100644
--- a/server_export.php
+++ b/server_export.php
@@ -25,7 +25,7 @@ $multi_values .= ' onclick="setSelectOptions(\'dump\', \'db_select[]\', true); r
$multi_values .= __('Select All');
$multi_values .= '';
$multi_values .= ' / ';
-$multi_values .= '';
$multi_values .= __('Unselect All') . '
';
diff --git a/sql.php b/sql.php
index 29fb0751a2..2ce1bc89c1 100644
--- a/sql.php
+++ b/sql.php
@@ -370,7 +370,7 @@ if (isset($store_bkm)) {
$result = PMA_Bookmark_save(
$fields,
(isset($bkm_all_users) && $bkm_all_users == 'true' ? true : false)
- )
+ );
$response = PMA_Response::getInstance();
if ($response->isAjax()) {
if ($result) {
@@ -1247,7 +1247,7 @@ if ((0 == $num_rows && 0 == $unlim_num_rows) || $is_affected) {
. '&id_bookmark=1';
echo '