diff --git a/libraries/sql.lib.php b/libraries/sql.lib.php index 5827a4abf7..1bbf8c9b99 100644 --- a/libraries/sql.lib.php +++ b/libraries/sql.lib.php @@ -453,6 +453,7 @@ function PMA_getHtmlForPrintViewHeader($db, $sql_query, $num_rows) $versions .= " / "; $versions .= "MySQL " . PMA_MYSQL_STR_VERSION; + $header = ''; $header .= "
";
$header .= "" . __('Host:') . " $hostname
";
@@ -483,6 +484,7 @@ function PMA_getHtmlForPrintViewHeader($db, $sql_query, $num_rows)
*/
function PMA_getHtmlForProfilingChart($url_query, $pma_token, $profiling_results)
{
+ $profiling_table = '';
$profiling_table .= '