Allow contacting maintainers through a form, so their e-mail address is not
exposed
This commit is contained in:
committed by
WineHQ
parent
c565047090
commit
92546b2041
@@ -680,7 +680,8 @@ class Version {
|
||||
while(list($index, $userIdValue) = each($aAllMaintainers))
|
||||
{
|
||||
$oUser = new User($userIdValue);
|
||||
echo "<li>".$oUser->sRealname."</li>";
|
||||
echo "<li>$oUser->sRealname (<a href=\"".BASE."contact.php?".
|
||||
"iRecipientId=$oUser->iUserId\">e-mail</a>)</li>";
|
||||
}
|
||||
echo "</ul></td></tr>\n";
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user