fix order problem
This commit is contained in:
parent
1a0657e0aa
commit
8b3828b287
|
@ -131,8 +131,6 @@ class Doi extends Zend_Controller_Plugin_Abstract
|
||||||
$orgs_en = array();
|
$orgs_en = array();
|
||||||
foreach($data['info'] as $k=>$v)
|
foreach($data['info'] as $k=>$v)
|
||||||
{
|
{
|
||||||
@$authors[$v['order']] = str_replace(",",",",$v['author']);
|
|
||||||
@$orgs[$v['order']] = str_replace(",",",",$v['organization']);
|
|
||||||
$authors_en[$v['order']] = str_replace(",",",",$v['author_en']);
|
$authors_en[$v['order']] = str_replace(",",",",$v['author_en']);
|
||||||
$orgs_en[$v['order']] = str_replace(",",",",$v['organization_en']);
|
$orgs_en[$v['order']] = str_replace(",",",",$v['organization_en']);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue