Fix display maintainer's name in appview

This commit is contained in:
Jonathan Ernst
2005-02-02 00:13:12 +00:00
committed by WineHQ
parent f9ef6ef221
commit 0519a85604

View File

@@ -394,6 +394,7 @@ else if($appId && $versionId)
{
while(list($index, list($userIdValue)) = each($other_maintainers))
{
$oUser = new User($userIdValue);
echo "<tr class=color0><td align=left colspan=2>";
echo "<li>".$oUser->sRealname."</td></tr>\n";
}