undefined variables
This commit is contained in:
@@ -14,6 +14,7 @@ $Source$
|
||||
* pdf_pages.php3: bug 574637 undefined index
|
||||
* db_details_structure.php3: remove a PMA_backquote added today that
|
||||
introduces a bug
|
||||
* pdf_schema.php3: undefined variables
|
||||
|
||||
2002-07-05 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||
* header.inc.php3: Tried to fix bug #571409 (Zend Accelerator problems).
|
||||
|
@@ -95,8 +95,8 @@ class PMA_PDF extends FPDF
|
||||
*/
|
||||
var $x_min;
|
||||
var $y_min;
|
||||
var $l_marg;
|
||||
var $t_marg;
|
||||
var $l_marg = 10;
|
||||
var $t_marg = 10;
|
||||
var $scale;
|
||||
var $title;
|
||||
|
||||
@@ -278,9 +278,9 @@ class PMA_PDF extends FPDF
|
||||
function PMA_PDF_die($error_message = '')
|
||||
{
|
||||
global $cfg;
|
||||
global $server, $lang, $db;
|
||||
global $server, $lang, $db, $convcharset;
|
||||
global $charset, $text_dir, $strRunning, $strDatabase;
|
||||
|
||||
echo "trace" . $convcharset;
|
||||
include('./header.inc.php3');
|
||||
|
||||
echo '<p><b>PDF - '. $GLOBALS['strError'] . '</b></p>' . "\n";
|
||||
|
Reference in New Issue
Block a user