update ISO19115 class,add force symbel on $cittype field

This commit is contained in:
jack 2018-07-11 14:13:27 +08:00
parent 11ae528c5e
commit 9405317f76
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ class ISO19115
//项目支持信息
@$this->suppinfo=$this->dom->getElementsByTagName('suppInfo')->item(0)->nodeValue;
//DOI自定义项
$cittype=$this->dom->getElementsByTagName('citIdType')->item(0)->nodeValue;
@$cittype=$this->dom->getElementsByTagName('citIdType')->item(0)->nodeValue;
if ($cittype=='DOI')
$this->doi=$this->dom->getElementsByTagName('citId')->item(0)->nodeValue;
//数据大小以MB为单位