fix author error

This commit is contained in:
wlx 2015-01-05 07:16:38 +00:00
parent f49ecfbce3
commit 2320c27788
1 changed files with 1 additions and 1 deletions

View File

@ -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>