appdb/include appData.php

WineHQ wineowner at wine.codeweavers.com
Sat Mar 24 22:53:01 CDT 2007


ChangeSet ID:	30998
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/03/24 22:53:01

Modified files:
	include        : appData.php 

Log message:
	Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
	Add more links in appData::objectOutputTableRow

Patch: http://cvs.winehq.org/patch.py?id=30998

Old revision  New revision  Changes     Path
 1.13          1.14          +3 -3       appdb/include/appData.php

Index: appdb/include/appData.php
diff -u -p appdb/include/appData.php:1.13 appdb/include/appData.php:1.14
--- appdb/include/appData.php:1.13	25 Mar 2007  3:53: 1 -0000
+++ appdb/include/appData.php	25 Mar 2007  3:53: 1 -0000
@@ -355,9 +355,9 @@ class appData
         $oUser = new User($this->iSubmitterId);
         $aCells = array(
                 print_date(mysqltimestamp_to_unixtimestamp($this->sSubmitTime)),
-                $oUser->sRealname,
-                $oApp->sName,
-                $this->iVersionId ? $oVersion->sName : "N/A");
+                $oUser->objectMakeLink(),
+                $oApp->objectMakeLink(),
+                $this->iVersionId ? $oVersion->objectMakeLink() : "N/A");
 
         if(appData::canEdit($oObject->sClass))
             $aCells[] = "[ <a href=\"".$oObject->makeUrl("edit",



More information about the wine-cvs mailing list