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

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