remove chinese reference
This commit is contained in:
parent
e1670809f3
commit
58d3697cdc
|
@ -1888,7 +1888,7 @@ class ServiceController extends Zend_Controller_Action
|
||||||
</FundingInfoList>';
|
</FundingInfoList>';
|
||||||
}
|
}
|
||||||
$xml.='</FundingInfo>';
|
$xml.='</FundingInfo>';
|
||||||
$sql="select r.* from reference r left join mdref mr on r.id=mr.refid where mr.reftype=1 and mr.uuid=".$this->db->quote($uuid).' order by mr.place asc';
|
$sql="select r.* from reference r left join mdref mr on r.id=mr.refid where mr.reftype=1 and r.language<>'zh' and mr.uuid=".$this->db->quote($uuid).' order by mr.place asc';
|
||||||
$rowc=$this->db->fetchAll($sql);
|
$rowc=$this->db->fetchAll($sql);
|
||||||
$xml.='<CitationList>';
|
$xml.='<CitationList>';
|
||||||
foreach ($rowc as $c)
|
foreach ($rowc as $c)
|
||||||
|
|
Loading…
Reference in New Issue