contents page orientation

This commit is contained in:
Marc Delisle
2004-05-20 14:49:04 +00:00
parent fe0020973c
commit f5371237aa
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2004-05-20 Marc Delisle <lem9@users.sourceforge.net>
* pdf_schema.php: set contents page (first page)'s orientation
to the same asked for the data dictionary
2004-05-19 Marc Delisle <lem9@users.sourceforge.net>
* tbl_select.php: bug 956137, undefined $data: on the search page,
PMA_foreignDropdown() must be called with no current value for

View File

@@ -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;