This commit is contained in:
Administrator
2022-01-12 16:29:31 +08:00
parent 7aac508fe1
commit cc4f5b6a56
3 changed files with 9 additions and 1 deletions

View File

@@ -55,6 +55,9 @@ function choiseJabbr($article_id,$jabbr){
if($article_id<1700&&$jabbr=="Aging Commun"){
return "TMR Aging";
}
if($article_id<1869&&$jabbr=="Nurs Commun"){
return "TMR Integr Nurs";
}
return $jabbr;
}