Use objectMakeLink() in more places

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-04-01 01:21:58 +00:00
committed by WineHQ
parent 434ef17426
commit cecc4bf6c0
9 changed files with 15 additions and 19 deletions

View File

@@ -122,11 +122,7 @@ function vote_menu()
for($i = 1;$i <= MAX_VOTES; $i++)
{
if(isset($votes[$i]))
{
$sName = Version::fullName($votes[$i]->versionId);
$str = "<a href='appview.php?iVersionId=".$votes[$i]->versionId."'>".
"$sName</a>";
}
$str = Version::fullNameLink($votes[$i]->versionId);
else
$str = "No App Selected";