fix order problem

This commit is contained in:
wlx 2015-01-05 05:16:34 +00:00
parent bcb1ce1370
commit 1a0657e0aa
1 changed files with 1 additions and 1 deletions

View File

@ -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");