Add user::objectMakeLink(), used by appData and testData objectOutputTableRow()

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-03-25 16:03:35 +00:00
committed by WineHQ
parent 558ff17e36
commit fa3872b256
2 changed files with 13 additions and 2 deletions

View File

@@ -888,8 +888,7 @@ class Application {
$aCells = array(
print_date(mysqltimestamp_to_unixtimestamp($this->sSubmitTime)),
"<a href=\"contact.php?iRecipientId=$oUser->iUserId\">".
"$oUser->sRealname</a>",
$oUser->objectMakeLink(),
$sVendor,
$this->sName);