From 9d595d7bce7ae3157f375d445b7c542bc403cfd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sun, 7 Jul 2002 08:32:38 +0000 Subject: [PATCH] A debugging message where displayed --- pdf_schema.php3 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pdf_schema.php3 b/pdf_schema.php3 index 6fa6d9462..6888521a0 100644 --- a/pdf_schema.php3 +++ b/pdf_schema.php3 @@ -95,8 +95,8 @@ class PMA_PDF extends FPDF */ var $x_min; var $y_min; - var $l_marg = 10; - var $t_marg = 10; + var $l_marg; + var $t_marg; var $scale; var $title; @@ -267,6 +267,7 @@ class PMA_PDF extends FPDF * @global array the PMA configuration array * @global integer the current server id * @global string the current language + * @global string the charset to convert to * @global string the current database name * @global string the current charset * @global string the current text direction @@ -278,9 +279,9 @@ class PMA_PDF extends FPDF function PMA_PDF_die($error_message = '') { global $cfg; - global $server, $lang, $db, $convcharset; + global $server, $lang, $convcharset, $db; global $charset, $text_dir, $strRunning, $strDatabase; -echo "trace" . $convcharset; + include('./header.inc.php3'); echo '

PDF - '. $GLOBALS['strError'] . '

' . "\n";