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-24 00:25:48 +0400
committerRouslan Placella <rouslan@placella.com>2012-06-11 17:06:02 +0400
commit4a740376c89755698ae5fac3746eb57ba07142ae (patch)
treeb33aa2a42117a87d24f145080d3f9a8887a0e21e /tbl_printview.php
parent97449dae42a11cfa7f4571aaadeab3fefc30acf7 (diff)
Dropped header.inc.php in favor of the PMA_Header class
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 78d5876154..77bcd2b6eb 100644
--- a/tbl_printview.php
+++ b/tbl_printview.php
@@ -61,9 +61,7 @@ if (isset($selected_tbl) && is_array($selected_tbl)) {
$multi_tables = (count($the_tables) > 1);
if ($multi_tables) {
- if (empty($GLOBALS['is_header_sent'])) {
- include_once 'libraries/header.inc.php';
- }
+ PMA_Header::getInstance()->display();
$tbl_list = '';
foreach ($the_tables as $key => $table) {
$tbl_list .= (empty($tbl_list) ? '' : ', ')