Let objectManager handle screenshot queue processing

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-03-13 00:26:31 +00:00
committed by WineHQ
parent 3c3e3a7ca4
commit b628b3af0e
4 changed files with 116 additions and 5 deletions

View File

@@ -813,6 +813,13 @@ class Application {
return $sResult;
}
function objectMakeLink()
{
$sLink = "<a href=\"".BASE."appview.php?iAppId=$this->iAppId\">".
$this->sName."</a>";
return $sLink;
}
}
?>