From 2320c2778893a6942bba24431b816fd840b9731d Mon Sep 17 00:00:00 2001 From: wlx Date: Mon, 5 Jan 2015 07:16:38 +0000 Subject: [PATCH] fix author error --- application/admin/controllers/DataController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/admin/controllers/DataController.php b/application/admin/controllers/DataController.php index 4e6e7340..f9e34389 100755 --- a/application/admin/controllers/DataController.php +++ b/application/admin/controllers/DataController.php @@ -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'"; $row=$this->db->fetchRow($sql); $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)); $doi='