contents page orientation
This commit is contained in:
@@ -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
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user