appdb/include testData.php
ChangeSet ID: 31001 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2007/03/24 22:57:10 Modified files: include : testData.php Log message: Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> Add more links in testData::objectOutputTableRow() Patch: http://cvs.winehq.org/patch.py?id=31001 Old revision New revision Changes Path 1.28 1.29 +1 -1 appdb/include/testData.php Index: appdb/include/testData.php diff -u -p appdb/include/testData.php:1.28 appdb/include/testData.php:1.29 --- appdb/include/testData.php:1.28 25 Mar 2007 3:57:10 -0000 +++ appdb/include/testData.php 25 Mar 2007 3:57:10 -0000 @@ -868,7 +868,7 @@ class testData{ $oUser = new user($this->iSubmitterId); $aCells = array( print_date(mysqltimestamp_to_unixtimestamp($this->sSubmitTime)), - $oUser->sRealname, + $oUser->objectMakeLink(), $oApp->objectMakeLink(), $oVersion->objectMakeLink(), $this->sTestedRelease,
participants (1)
-
WineHQ