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-09 00:05:04 +0400
committerRouslan Placella <rouslan@placella.com>2012-05-09 00:05:04 +0400
commitfe48cd531d941cb25207b3db534bc59da30d1d65 (patch)
tree04271a5461df602ef04e5844f5ad8653e40bd4a9 /tbl_printview.php
parent83b9f16545d4bd54e91db5387ba7a27010b3e8ad (diff)
Fixed rendering of tbl_printview.php
Diffstat (limited to 'tbl_printview.php')
-rw-r--r--tbl_printview.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbl_printview.php b/tbl_printview.php
index 2cba9aa62d..ea16713fa6 100644
--- a/tbl_printview.php
+++ b/tbl_printview.php
@@ -10,8 +10,6 @@
*/
require_once 'libraries/common.inc.php';
-require 'libraries/tbl_common.inc.php';
-
/**
* Gets the variables sent or posted to this script, then displays headers
*/
@@ -21,6 +19,8 @@ if (! isset($selected_tbl)) {
include_once 'libraries/header.inc.php';
}
+require 'libraries/tbl_common.inc.php';
+
// Check parameters
if (! isset($the_tables) || ! is_array($the_tables)) {