[Mapbender-commits] r9232 - trunk/mapbender/http/geoportal

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Jul 1 03:36:43 PDT 2015


Author: armin11
Date: 2015-07-01 03:36:43 -0700 (Wed, 01 Jul 2015)
New Revision: 9232

Modified:
   trunk/mapbender/http/geoportal/mod_readCSWResultsDetail.php
Log:
Bugfix for uuid validator message

Modified: trunk/mapbender/http/geoportal/mod_readCSWResultsDetail.php
===================================================================
--- trunk/mapbender/http/geoportal/mod_readCSWResultsDetail.php	2015-07-01 10:33:29 UTC (rev 9231)
+++ trunk/mapbender/http/geoportal/mod_readCSWResultsDetail.php	2015-07-01 10:36:43 UTC (rev 9232)
@@ -60,7 +60,7 @@
 	$uuid = new Uuid($testMatch);
 	$isUuid = $uuid->isValid();
 	if (!$isUuid) {
-		echo 'Parameter <b>uuid</b> is not a valid uuid (12-4-4-4-8) or a list of uuids!<br/>'; 
+		echo 'Parameter <b>uuid</b> is not a valid uuid (8-4-4-4-12) or a list of uuids!<br/>'; 
 		die(); 		
 	}
 	$testMatch = NULL;



More information about the Mapbender_commits mailing list