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
@@ -662,7 +662,9 @@ class Application {
|
||||
while(list($index, $userIdValue) = each($other_maintainers))
|
||||
{
|
||||
$oUser = new User($userIdValue);
|
||||
echo " <li>".$oUser->sRealname."</li>\n";
|
||||
echo " <li>$oUser->sRealname (<a href=\"".
|
||||
BASE."contact.php?iRecipientId=$oUser->iUserId\">".
|
||||
"e-mail</a>)</li>\n";
|
||||
}
|
||||
echo "</ul></td></tr>\n";
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user