更新单位英文名称
This commit is contained in:
parent
f5d19529d3
commit
cd082b35f2
|
@ -268,7 +268,7 @@ class Doi extends Zend_Controller_Plugin_Abstract
|
||||||
$rs = $this->db->query($sql);
|
$rs = $this->db->query($sql);
|
||||||
$row = $rs->fetch();
|
$row = $rs->fetch();
|
||||||
if (!$row) return false;
|
if (!$row) return false;
|
||||||
$org_english=array('青海省生态环境遥感监测中心'=>'Qinghai Remote Sensing Environmental Monitoring Center',
|
$org_english=array('青海省生态环境遥感监测中心'=>'Qinghai Ecosystem Remote Sensing Monitoring Center',
|
||||||
'青海省环境监测中心站'=>'Qinghai Environmental Monitoring Center',
|
'青海省环境监测中心站'=>'Qinghai Environmental Monitoring Center',
|
||||||
'青海省气象科学研究所'=>'Qinghai Institute of Meteorological Science',
|
'青海省气象科学研究所'=>'Qinghai Institute of Meteorological Science',
|
||||||
'青海省草原总站'=>'',
|
'青海省草原总站'=>'',
|
||||||
|
|
Loading…
Reference in New Issue