projects
/
project/print.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Issue #1188232: remove deprecated call to AliasNbPages() in TCPDF.
[project/print.git]
/
print_pdf
/
print_pdf.pages.inc
diff --git
a/print_pdf/print_pdf.pages.inc
b/print_pdf/print_pdf.pages.inc
index
15ac718
..
29443e3
100644
(file)
--- a/
print_pdf/print_pdf.pages.inc
+++ b/
print_pdf/print_pdf.pages.inc
@@
-300,9
+300,6
@@
function _print_pdf_tcpdf($print, $html, $filename = NULL) {
$pdf = theme('print_pdf_tcpdf_footer', array('pdf' => $pdf, 'html' => $html, 'font' => $font));
$pdf = theme('print_pdf_tcpdf_page', array('pdf' => $pdf));
- //initialize document
- $pdf->AliasNbPages();
-
// add a page
$pdf->AddPage();