remove chinese reference

This commit is contained in:
wlx 2014-03-03 10:35:36 +00:00
parent e1670809f3
commit 58d3697cdc
1 changed files with 1 additions and 1 deletions

View File

@ -1888,7 +1888,7 @@ class ServiceController extends Zend_Controller_Action
</FundingInfoList>';
}
$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);
$xml.='<CitationList>';
foreach ($rowc as $c)