bug #3423725 [pdf] Broken PDF file when exporting database to PDF
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user