[Mapbender-commits] r9831 - trunk/mapbender/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Dec 14 06:21:51 PST 2017


Author: armin11
Date: 2017-12-14 06:21:51 -0800 (Thu, 14 Dec 2017)
New Revision: 9831

Modified:
   trunk/mapbender/http/classes/class_owsConstraints.php
Log:
Alter location of string

Modified: trunk/mapbender/http/classes/class_owsConstraints.php
===================================================================
--- trunk/mapbender/http/classes/class_owsConstraints.php	2017-12-08 13:31:33 UTC (rev 9830)
+++ trunk/mapbender/http/classes/class_owsConstraints.php	2017-12-14 14:21:51 UTC (rev 9831)
@@ -390,7 +390,7 @@
 		//if some fees are given and a predefined license is selected, give a combination of both!
 		
 		if (isset($fees) && $fees !== '' && $fees !== false && strtoupper($fees) !== "NONE") {
-				$useLimitationTextString = $predefinedLicenseText." - ".$fees;
+				$useLimitationTextString = $fees." - ".$predefinedLicenseText;
 		} else {
 				$useLimitationTextString = $predefinedLicenseText;
 		}



More information about the Mapbender_commits mailing list