Fixed rendering of tbl_printview.php

This commit is contained in:
Rouslan Placella 2012-05-08 21:05:04 +01:00
parent 83b9f16545
commit fe48cd531d

View File

@ -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)) {