[Mapbender-commits] r10317 - trunk/mapbender/tools

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Nov 5 23:37:20 PST 2019


Author: armin11
Date: 2019-11-05 23:37:19 -0800 (Tue, 05 Nov 2019)
New Revision: 10317

Modified:
   trunk/mapbender/tools/mod_qualifyPersistedMetadataXml.php
Log:
Fix (pub)lic

Modified: trunk/mapbender/tools/mod_qualifyPersistedMetadataXml.php
===================================================================
--- trunk/mapbender/tools/mod_qualifyPersistedMetadataXml.php	2019-11-06 05:07:18 UTC (rev 10316)
+++ trunk/mapbender/tools/mod_qualifyPersistedMetadataXml.php	2019-11-06 07:37:19 UTC (rev 10317)
@@ -151,7 +151,7 @@
 		<gmd:date>
 		    <gmd:CI_Date>
 			<gmd:date>
-			    <gco:Date>'.$keyword->thesaurusPupDate.'</gco:Date>
+			    <gco:Date>'.$keyword->thesaurusPubDate.'</gco:Date>
 			</gmd:date>
 			<gmd:dateType>
 			    <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>



More information about the Mapbender_commits mailing list