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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Feb 17 07:50:54 PST 2016


Author: armin11
Date: 2016-02-17 07:50:53 -0800 (Wed, 17 Feb 2016)
New Revision: 9399

Modified:
   trunk/mapbender/http/classes/class_iso19139.php
Log:
less exceptions

Modified: trunk/mapbender/http/classes/class_iso19139.php
===================================================================
--- trunk/mapbender/http/classes/class_iso19139.php	2016-02-17 15:49:54 UTC (rev 9398)
+++ trunk/mapbender/http/classes/class_iso19139.php	2016-02-17 15:50:53 UTC (rev 9399)
@@ -431,8 +431,6 @@
 			$this->ressourceResponsibleParty = $this->ressourceResponsibleParty[0];
 			$this->ressourceContactEmail = $iso19139Xml->xpath('//gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:pointOfContact/gmd:CI_ResponsibleParty/gmd:contactInfo/gmd:CI_Contact/gmd:address/gmd:CI_Address/gmd:electronicMailAddress/gco:CharacterString');
 			$this->ressourceContactEmail = $this->ressourceContactEmail[0];
-			$e = new mb_exception($this->ressourceContactEmail);
-			$e = new mb_exception($this->ressourceResponsibleParty);
 			return $this;
 		} else {
 			return false;



More information about the Mapbender_commits mailing list