Use objectMakeLink() to list maintainers
This commit is contained in:
committed by
WineHQ
parent
e2b15c0566
commit
6194da096e
@@ -666,9 +666,7 @@ class Application {
|
|||||||
while(list($index, $userIdValue) = each($other_maintainers))
|
while(list($index, $userIdValue) = each($other_maintainers))
|
||||||
{
|
{
|
||||||
$oUser = new User($userIdValue);
|
$oUser = new User($userIdValue);
|
||||||
echo " <li>$oUser->sRealname (<a href=\"".
|
echo " <li>".$oUser->objectMakeLink()."</li>\n";
|
||||||
BASE."contact.php?iRecipientId=$oUser->iUserId\">".
|
|
||||||
"e-mail</a>)</li>\n";
|
|
||||||
}
|
}
|
||||||
echo "</ul></td></tr>\n";
|
echo "</ul></td></tr>\n";
|
||||||
} else
|
} else
|
||||||
|
|||||||
@@ -764,8 +764,7 @@ class Version {
|
|||||||
while(list($index, $userIdValue) = each($aMaintainers))
|
while(list($index, $userIdValue) = each($aMaintainers))
|
||||||
{
|
{
|
||||||
$oUser = new User($userIdValue);
|
$oUser = new User($userIdValue);
|
||||||
echo "<li>$oUser->sRealname (<a href=\"".BASE."contact.php?".
|
echo "<li>".$oUser->objectMakeLink()."</li>";
|
||||||
"iRecipientId=$oUser->iUserId\">e-mail</a>)</li>";
|
|
||||||
}
|
}
|
||||||
echo "</ul></td></tr>\n";
|
echo "</ul></td></tr>\n";
|
||||||
} else
|
} else
|
||||||
|
|||||||
Reference in New Issue
Block a user