diff --git a/libraries/display_tbl.lib.php b/libraries/display_tbl.lib.php
index cc7bc35d76..10806345c0 100644
--- a/libraries/display_tbl.lib.php
+++ b/libraries/display_tbl.lib.php
@@ -3102,6 +3102,7 @@ function PMA_displayResultsOperations($the_disp_mode, $analyzed_sql)
{
global $db, $table, $sql_query, $unlim_num_rows, $fields_meta;
+ $results_operations_html = '';
$header_shown = false;
$header = '
';
+ $results_operations_html .= '
';
}
+
+ // render HTML content of results operations
+ echo $results_operations_html;
+
}
/**