From ffe8be03560dc03b523b2393fc7496ed34a8703a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sun, 6 Mar 2005 23:23:46 +0000 Subject: Actually use print style in themes, also fixes RFE #1120880. --- tbl_printview.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tbl_printview.php') diff --git a/tbl_printview.php b/tbl_printview.php index cc950aad80..448597fecd 100644 --- a/tbl_printview.php +++ b/tbl_printview.php @@ -5,6 +5,7 @@ /** * Gets the variables sent or posted to this script, then displays headers */ +$print_view = TRUE; if (!isset($selected_tbl)) { require_once('./libraries/grab_globals.lib.php'); require_once('./header.inc.php'); @@ -324,7 +325,7 @@ foreach ($the_tables AS $key => $table) { ?>

- +
-- cgit v1.2.3