adminMaintainers: Link to contact from instead of e-mail
This commit is contained in:
committed by
Chris Morgan
parent
a084ec4991
commit
3226aef81b
@@ -62,10 +62,8 @@ else
|
||||
|
||||
echo "<tr class=color4>\n";
|
||||
echo " <td style=\"$style;border-left:thin solid\">Maintainer summary</td>\n";
|
||||
if($oUser->sRealname == "")
|
||||
echo " <td style=\"$style\"><a href=\"mailto:".$oUser->sEmail."\"> </a></td>\n";
|
||||
else
|
||||
echo " <td style=\"$style\"><a href=\"mailto:".$oUser->sEmail."\">".$oUser->sRealname."</a></td>\n";
|
||||
|
||||
echo " <td style=\"$style\">".$oUser->objectMakeLink()."</td>\n";
|
||||
|
||||
$count = Maintainer::getMaintainerCountForUser($oUser, true);
|
||||
if($count == 0)
|
||||
|
||||
Reference in New Issue
Block a user