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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Oct 29 10:49:33 EDT 2010


Author: verenadiewald
Date: 2010-10-29 07:49:33 -0700 (Fri, 29 Oct 2010)
New Revision: 7078

Modified:
   trunk/mapbender/http/print/mod_printPDF_pdf.php
Log:
exception class

Modified: trunk/mapbender/http/print/mod_printPDF_pdf.php
===================================================================
--- trunk/mapbender/http/print/mod_printPDF_pdf.php	2010-10-29 14:48:01 UTC (rev 7077)
+++ trunk/mapbender/http/print/mod_printPDF_pdf.php	2010-10-29 14:49:33 UTC (rev 7078)
@@ -145,8 +145,8 @@
 else{
    $urls = $_REQUEST["map_url"];
 }
+include (dirname(__FILE__)."/../classes/class_mb_exception.php");
 
-
 $array_urls = explode("___", $urls);
 
 $myURL = new stripRequest($array_urls[0]);



More information about the Mapbender_commits mailing list