[Mapbender-commits] r3370 - branches/print_dev/http/extensions/fpdf

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Dec 19 12:39:21 EST 2008


Author: mschulz
Date: 2008-12-19 12:39:21 -0500 (Fri, 19 Dec 2008)
New Revision: 3370

Modified:
   branches/print_dev/http/extensions/fpdf/fpdf_tpl.php
Log:
first sketches to new pdf template printing

Modified: branches/print_dev/http/extensions/fpdf/fpdf_tpl.php
===================================================================
--- branches/print_dev/http/extensions/fpdf/fpdf_tpl.php	2008-12-19 17:38:41 UTC (rev 3369)
+++ branches/print_dev/http/extensions/fpdf/fpdf_tpl.php	2008-12-19 17:39:21 UTC (rev 3370)
@@ -17,6 +17,8 @@
 //  limitations under the License.
 //
 
+require_once("fpdf.php");
+
 class FPDF_TPL extends FPDF {
     /**
      * Array of Tpl-Data



More information about the Mapbender_commits mailing list