This commit is contained in:
wangjinlei
2025-01-16 14:17:25 +08:00
parent 60eb394f4f
commit f7d0ff0006
2 changed files with 21 additions and 0 deletions

View File

@@ -730,6 +730,7 @@ function my_doiToFrag2($data)
if (mb_substr_count($frag, '.') != 3) {
$f = $frag . " Available at: " . PHP_EOL . "http://doi.org/" . $data['refer_doi'];
$update['refer_frag'] = $f;
$update['refer_type'] = "other";
$update['cs'] = 1;
} else {
$res = explode('.', $frag);