不显示数据调查处理者的email链接

This commit is contained in:
wlx 2010-07-01 10:27:51 +00:00
parent 56f51c09f4
commit 2ee1f7e0bf
1 changed files with 1 additions and 1 deletions

View File

@ -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']))