fix author error
This commit is contained in:
parent
f49ecfbce3
commit
2320c27788
|
@ -4070,7 +4070,7 @@ class Admin_DataController extends Zend_Controller_Action
|
||||||
$sql="select d.*,m.description from datadoi d left join en.metadata m on d.uuid=m.uuid where d.uuid='$uuid'";
|
$sql="select d.*,m.description from datadoi d left join en.metadata m on d.uuid=m.uuid where d.uuid='$uuid'";
|
||||||
$row=$this->db->fetchRow($sql);
|
$row=$this->db->fetchRow($sql);
|
||||||
$timestamp=date('YmdHis');
|
$timestamp=date('YmdHis');
|
||||||
$authors=explode(',',substr($row['authors_en'],1,-1));
|
$authors=explode(',',substr($row['author_en'],1,-1));
|
||||||
$orgs=explode(',',substr($row['organization_en'],1,-1));
|
$orgs=explode(',',substr($row['organization_en'],1,-1));
|
||||||
$doi='<doi_batch version="1.0.0">
|
$doi='<doi_batch version="1.0.0">
|
||||||
<head>
|
<head>
|
||||||
|
|
Loading…
Reference in New Issue