fix author problem

This commit is contained in:
wlx 2015-01-05 05:13:36 +00:00
parent 970550a531
commit f16e907d39
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ class Doi extends Zend_Controller_Plugin_Abstract
$authors_en = $this->array_split($data['author_en']); $authors_en = $this->array_split($data['author_en']);
$orgs_en = $this->array_split($data['organization_en']); $orgs_en = $this->array_split($data['organization_en']);
$info = array(); $info = array();
foreach($authors as $k=>$v) foreach($authors_en as $k=>$v)
{ {
$info[$k] = array( $info[$k] = array(
'author'=>str_replace("\"","",$authors[$k]), 'author'=>str_replace("\"","",$authors[$k]),