1
This commit is contained in:
@@ -494,7 +494,7 @@ function my_doiToFrag2($data)
|
||||
}
|
||||
$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['doilink'] = strpos($data['refer_doi'],"http")===false?"http://doi.org/" . $data['refer_doi']:$data['refer_doi'];
|
||||
$update['cs'] = 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user