[Mapbender-commits] r8018 - trunk/mapbender/http/print

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jul 28 09:55:45 EDT 2011


Author: astrid_emde
Date: 2011-07-28 06:55:45 -0700 (Thu, 28 Jul 2011)
New Revision: 8018

Modified:
   trunk/mapbender/http/print/printFactory.php
Log:
merged with 2.7

Modified: trunk/mapbender/http/print/printFactory.php
===================================================================
--- trunk/mapbender/http/print/printFactory.php	2011-07-28 13:54:10 UTC (rev 8017)
+++ trunk/mapbender/http/print/printFactory.php	2011-07-28 13:55:45 UTC (rev 8018)
@@ -6,7 +6,6 @@
 
 $pf = new mbPdfFactory();
 
-
 $confFile = basename($_REQUEST["printPDF_template"]);
 if (!preg_match("/^[a-zA-Z0-9_-]+(\.[a-zA-Z0-9]+)$/", $confFile) || 
 	!file_exists($_REQUEST["printPDF_template"])) {



More information about the Mapbender_commits mailing list