Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRouslan Placella <rouslan@placella.com>2012-05-07 15:24:34 +0400
committerRouslan Placella <rouslan@placella.com>2012-05-07 15:24:34 +0400
commit1fe696969c86fadf19853172555ed3c3d89dc960 (patch)
tree2c9b3f141c7c5a66bcd2b69f6fa2f0effc5554d2 /tbl_printview.php
parentc31bfc25d3b602ee3eb447de5d1eeba5ff46a5b0 (diff)
Don't display the menu bar in print view
Diffstat (limited to 'tbl_printview.php')
-rw-r--r--tbl_printview.php1
1 files changed, 1 insertions, 0 deletions
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';
}