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-12 20:45:26 +0400
committerRouslan Placella <rouslan@placella.com>2012-05-13 03:28:34 +0400
commitb06b622dde9a903b9555fb3bbd382f15e049a979 (patch)
treedafae315da2e6c6725b48ae6ff2b14d7beb83f32 /tbl_printview.php
parent843fce6b5a677d91b2776ed596ac5a12ab6a36ec (diff)
Use print.css in header_printview.inc.php
Diffstat (limited to 'tbl_printview.php')
-rw-r--r--tbl_printview.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/tbl_printview.php b/tbl_printview.php
index ea16713fa6..8db2904e39 100644
--- a/tbl_printview.php
+++ b/tbl_printview.php
@@ -13,10 +13,8 @@ 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);
if (! isset($selected_tbl)) {
- include_once 'libraries/header.inc.php';
+ include_once 'libraries/header_printview.inc.php';
}
require 'libraries/tbl_common.inc.php';