diff --git a/db_printview.php b/db_printview.php index 22bf7c871f..751b953c40 100644 --- a/db_printview.php +++ b/db_printview.php @@ -14,6 +14,7 @@ require_once 'libraries/common.inc.php'; * Gets the variables sent or posted to this script, then displays headers */ $print_view = true; +define('PMA_DISPLAY_HEADING', 0); require_once 'libraries/header.inc.php'; PMA_checkParameters(array('db')); diff --git a/tbl_printview.php b/tbl_printview.php index e600021f88..2cba9aa62d 100644 --- a/tbl_printview.php +++ b/tbl_printview.php @@ -16,6 +16,7 @@ require 'libraries/tbl_common.inc.php'; * Gets the variables sent or posted to this script, then displays headers */ $print_view = true; +define('PMA_DISPLAY_HEADING', 0); if (! isset($selected_tbl)) { include_once 'libraries/header.inc.php'; }