Use objectMakeLink()/Url() in more places
This commit is contained in:
committed by
WineHQ
parent
eeaf2c3642
commit
89535dbe01
@@ -116,13 +116,9 @@ while ($oRow = mysql_fetch_object($Ids))
|
||||
echo $img;
|
||||
echo "<div align=center>". substr($oRow->description,0,20). "\n";
|
||||
|
||||
echo "<br />[<a href='".apidb_fullurl("appview.php");
|
||||
echo "?iAppId=".$oApp->iAppId."'>";
|
||||
echo $oApp->sName."</a>]";
|
||||
echo "<br />[".$oApp->objectMakeLink()."]";
|
||||
|
||||
echo "<br />[<a href='".apidb_fullurl("appview.php");
|
||||
echo "?iVersionId=".$oVersion->iVersionId."'>";
|
||||
echo "Version: ".$oVersion->sName."</a>]";
|
||||
echo "<br />[".$oVersion->objectMakeLink()."]";
|
||||
|
||||
//show admin delete link
|
||||
if($_SESSION['current']->isLoggedIn() &&
|
||||
|
||||
Reference in New Issue
Block a user