[Mapbender-commits] r5393 - trunk/mapbender/http/extensions/fpdf

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jan 21 07:20:12 EST 2010


Author: mschulz
Date: 2010-01-21 07:20:10 -0500 (Thu, 21 Jan 2010)
New Revision: 5393

Modified:
   trunk/mapbender/http/extensions/fpdf/mb_fpdi.php
Log:
disable automatic page break.

Modified: trunk/mapbender/http/extensions/fpdf/mb_fpdi.php
===================================================================
--- trunk/mapbender/http/extensions/fpdf/mb_fpdi.php	2010-01-21 11:28:08 UTC (rev 5392)
+++ trunk/mapbender/http/extensions/fpdf/mb_fpdi.php	2010-01-21 12:20:10 UTC (rev 5393)
@@ -6,6 +6,7 @@
 
     function mb_fpdi($orientation='L',$unit='mm',$format='A4') {
         parent::FPDI($orientation,$unit,$format);
+        $this->SetAutoPageBreak(false,0);
     }	
 
     // ====================================



More information about the Mapbender_commits mailing list