Closed (fixed)
Project:
Pdfview
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 Mar 2008 at 16:14 UTC
Updated:
19 Mar 2008 at 16:33 UTC
I have problmes with the Paging-Module. Only the first page of splitted node is shown in the PDF.
Comments
Comment #1
caw67 commentedFound the error.
Line 108: if (!$teaser && $node->pages_count > 1 && arg(2) !='print' && arg(2) != 'full') {
change to if (!$teaser && $node->pages_count > 1 && arg(2) != ('pdf' || 'print') && arg(2) != 'full') {