fix order problem
This commit is contained in:
parent
bcb1ce1370
commit
1a0657e0aa
|
@ -156,7 +156,7 @@ class Doi extends Zend_Controller_Plugin_Abstract
|
|||
$info[$k] = array(
|
||||
'author_en'=>str_replace("\"","",$authors_en[$k]),
|
||||
'organization_en'=>str_replace("\"","",$orgs_en[$k]),
|
||||
'order'=> count($authors)+($k-1)
|
||||
'order'=> count($authors_en)+($k-1)
|
||||
);
|
||||
}
|
||||
//include_once("helper/view.php");
|
||||
|
|
Loading…
Reference in New Issue