fix order problem

This commit is contained in:
wlx 2015-01-05 05:41:37 +00:00
parent 1a0657e0aa
commit 8b3828b287
1 changed files with 0 additions and 2 deletions

View File

@ -131,8 +131,6 @@ class Doi extends Zend_Controller_Plugin_Abstract
$orgs_en = array();
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']);
$orgs_en[$v['order']] = str_replace(",","",$v['organization_en']);
}