[Mapbender-commits] r9746 - trunk/mapbender/http/geoportal
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed May 24 03:15:49 PDT 2017
Author: armin11
Date: 2017-05-24 03:15:49 -0700 (Wed, 24 May 2017)
New Revision: 9746
Modified:
trunk/mapbender/http/geoportal/mod_showCatalogueStatistics_server.php
Log:
fix
Modified: trunk/mapbender/http/geoportal/mod_showCatalogueStatistics_server.php
===================================================================
--- trunk/mapbender/http/geoportal/mod_showCatalogueStatistics_server.php 2017-05-24 10:12:39 UTC (rev 9745)
+++ trunk/mapbender/http/geoportal/mod_showCatalogueStatistics_server.php 2017-05-24 10:15:49 UTC (rev 9746)
@@ -19,7 +19,7 @@
if (isset($_REQUEST["categoryType"]) & $_REQUEST["categoryType"] != "") {
$testMatch = $_REQUEST["categoryType"];
- if (!($testMatch == 'iso' or $testMatch == 'inspire' or $testMatch == 'custom')){
+ if (!($testMatch == 'iso' or $testMatch == 'inspire' or $testMatch == 'custom' or $testMatch == 'opendata')){
//echo 'outputFormat: <b>'.$testMatch.'</b> is not valid.<br/>';
echo 'Parameter <b>categoryType</b> is not valid (inspire, iso, custom).<br/>';
die();
More information about the Mapbender_commits
mailing list