不显示数据调查处理者的email链接
This commit is contained in:
parent
56f51c09f4
commit
2ee1f7e0bf
|
@ -125,7 +125,7 @@ if ($author['role']!=$r)
|
|||
}
|
||||
if ($i>0) echo ',';
|
||||
$i+=1;
|
||||
if (!empty($author['email']))
|
||||
if (!empty($author['email']) && $r!='principalInvestigator')
|
||||
echo '<a href="mailto:'.$author['email'].'">';
|
||||
echo '<strong title="'.$author['organisation'].'">';
|
||||
if (!empty($author['individual']))
|
||||
|
|
Loading…
Reference in New Issue