Allow contacting maintainers through a form, so their e-mail address is not

exposed
This commit is contained in:
Alexander Nicolaysen Sørnes
2007-01-18 02:38:18 +00:00
committed by WineHQ
parent c565047090
commit 92546b2041
3 changed files with 80 additions and 2 deletions

View File

@@ -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