bug #3423725 [pdf] Broken PDF file when exporting database to PDF

This commit is contained in:
Madhura Jayaratne
2011-10-14 20:17:25 +05:30
parent 4a99b6a494
commit 77ad710d08
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ phpMyAdmin - ChangeLog
- bug [view] View renaming did not work
- bug [navi] Wrong icon for view (MySQL 5.5)
- bug #3420229 [doc] Missing documentation section
- bug #3423725 [pdf] Broken PDF file when exporting database to PDF
3.4.6.0 (not yet released)
- patch #3404173 InnoDB comment display with tooltips/aliases

View File

@@ -129,7 +129,7 @@ class PMA_PDF extends TCPDF
if (!isset($this->footerset[$this->page])) {
$this->SetY(-15);
//Page number
$this->setFooterFont(PMA_PDF_FONT, '', 14);
$this->SetFont(PMA_PDF_FONT, '', 14);
$this->Cell(0, 6, __('Page number:') . ' ' . $this->getAliasNumPage() . '/' . $this->getAliasNbPages(), 'T', 0, 'C');
// set footerset