1
This commit is contained in:
@@ -656,7 +656,7 @@ function addUserScoreLog($user_id, $score, $content, $ctime, $act = '+')
|
||||
function my_doiToFrag2($data)
|
||||
{
|
||||
$p_refer_obj = Db::name('production_article_refer');
|
||||
if ($data['refer_doi'] == '') {
|
||||
if ($data['refer_doi'] == ''||$data['state']==1) {
|
||||
return 0;
|
||||
}
|
||||
$doi = str_replace('/', '%2F', $data['refer_doi']);
|
||||
|
||||
Reference in New Issue
Block a user