1
This commit is contained in:
@@ -349,8 +349,10 @@ function my_doiToFrag2($data){
|
||||
$update['author'] = prgeAuthor($res[0]);
|
||||
$update['title'] = trim($res[1]);
|
||||
$bj = bekjournal($res[2]);
|
||||
$update['joura'] = formateJournal(trim($bj[0]));
|
||||
$update['dateno'] = trim($bj[1]);
|
||||
$joura = formateJournal(trim($bj[0]));
|
||||
$update['joura'] = $joura;
|
||||
$update['is_ja'] = $joura==trim($bj[0])?0:1;
|
||||
$update['dateno'] = str_replace(' ','',str_replace('-','–',trim($bj[1])));
|
||||
$update['doilink'] = "http://doi.org/".$data['refer_doi'];
|
||||
$update['cs'] = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user