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:
authorMichal Čihař <michal@cihar.com>2005-03-07 02:23:46 +0300
committerMichal Čihař <michal@cihar.com>2005-03-07 02:23:46 +0300
commitffe8be03560dc03b523b2393fc7496ed34a8703a (patch)
tree57368963080caa890f71b8ad9e4b1493fb0c7fff /tbl_printview.php
parenta6a072431eba2bba3aa753fd89bfe2c91b24d06d (diff)
Actually use print style in themes, also fixes RFE #1120880.
Diffstat (limited to 'tbl_printview.php')
-rw-r--r--tbl_printview.php3
1 files changed, 2 insertions, 1 deletions
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) {
?>
<br /><br />
-<table border="0" cellspacing="0" cellpadding="0">
+<table border="0" cellspacing="0" cellpadding="0" class="noborder">
<tr>
<!-- Space usage -->