From fe48cd531d941cb25207b3db534bc59da30d1d65 Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Tue, 8 May 2012 21:05:04 +0100 Subject: Fixed rendering of tbl_printview.php --- tbl_printview.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tbl_printview.php') 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)) { -- cgit v1.2.3