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 /db_printview.php
parent843fce6b5a677d91b2776ed596ac5a12ab6a36ec (diff)
Use print.css in header_printview.inc.php
Diffstat (limited to 'db_printview.php')
-rw-r--r--db_printview.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/db_printview.php b/db_printview.php
index 751b953c40..7a7bfc6b6b 100644
--- a/db_printview.php
+++ b/db_printview.php
@@ -13,9 +13,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';
+require_once 'libraries/header_printview.inc.php';
PMA_checkParameters(array('db'));