Closed (fixed)
Project:
Printer, email and PDF versions
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2011 at 11:15 UTC
Updated:
27 Jul 2011 at 15:01 UTC
In TCPDF changelog we can read:
5.9.012 (2010-11-12)
- PDF_PRODUCER constant was removed.
But print module continue to use this in: print_pdf.pages.inc at line:
if (strpos(PDF_PRODUCER, 'PHP4') === FALSE) {
and
sscanf(PDF_PRODUCER, "TCPDF %d.%d.%d", $major, $minor, $build);
So we have some Notice. Please fix this.
Comments
Comment #1
jcnventuraFixed in git