Commit fdaace8163e2728a46cb6a7971f60f6499eb6267

Authored by Brian Manning
1 parent 20446770a1
Exists in master

fpdf_demo: fixed commented template variable

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -53,7 +53,7 @@
53 53 //print "Page count of site summary figure form is $ssfPageCount\n";
54 54  
55 55 // import the SSF page
56   -//$ssfTemplate= $pdf->importPage(1);
  56 +$ssfTemplate= $pdf->importPage(1);
57 57 // NOTE the page sizes are in millimeters, as that's what we specified when
58 58 // the PDF document was first created (above)
59 59 //print "Page size of site summary figure PDF is: ";