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:
authorMarc Delisle <marc@infomarc.info>2004-05-20 18:49:04 +0400
committerMarc Delisle <marc@infomarc.info>2004-05-20 18:49:04 +0400
commitf5371237aa5e044c05a059c2c5558f603110e968 (patch)
tree5b7acfdabf1efe56d337c53c453e5cf02b6d0a43 /pdf_schema.php
parentfe0020973c9338a4c0d41536627278086f6a96bc (diff)
contents page orientation
Diffstat (limited to 'pdf_schema.php')
-rw-r--r--pdf_schema.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf_schema.php b/pdf_schema.php
index 1163fc4fe7..cfb990456b 100644
--- a/pdf_schema.php
+++ b/pdf_schema.php
@@ -1219,7 +1219,7 @@ class PMA_RT
function PMA_RT_DOC($alltables ){
global $db, $pdf, $orientation;
//TOC
- $pdf->addpage("P");
+ $pdf->addpage($GLOBALS['orientation']);
$pdf->Cell(0,9, $GLOBALS['strTableOfContents'],1,0,'C');
$pdf->Ln(15);
$i = 1;