fix author problem
This commit is contained in:
parent
970550a531
commit
f16e907d39
|
@ -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]),
|
||||||
|
|
Loading…
Reference in New Issue