1
This commit is contained in:
@@ -161,7 +161,7 @@ function formateAuthor($list){
|
||||
$flag = '';
|
||||
if (count($list)<=3){
|
||||
foreach ($list as $v){
|
||||
$flag .= $v['given_name']." ".$v['surname'].", ";
|
||||
$flag .= (isset($v['given_name'])?$v['given_name']:"")." ".(isset($v['surname'])?$v['surname']:"").", ";
|
||||
}
|
||||
$flag = trim(trim($flag),",");
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user