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

@@ -107,7 +107,7 @@ if($apps)
//display row
echo "<tr class=$bgcolor>\n";
echo " <td><a href='appview.php?iAppId=$iAppId'>".$oApp->sName."</a></td>\n";
echo " <td>".$oApp->objectMakeLink()."</td>\n";
echo " <td>$desc &nbsp;</td>\n";
echo " <td>".sizeof($oApp->aVersionsIds)."</td>\n";
echo "</tr>\n\n";