ChangeSet ID: 31020 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2007/03/31 19:09:05 Modified files: include : category.php Log message: Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> category: use objectMakeLink() Patch: http://cvs.winehq.org/patch.py?id=31020 Old revision New revision Changes Path 1.23 1.24 +1 -1 appdb/include/category.php Index: appdb/include/category.php diff -u -p appdb/include/category.php:1.23 appdb/include/category.php:1.24 --- appdb/include/category.php:1.23 1 Apr 2007 0: 9: 5 -0000 +++ appdb/include/category.php 1 Apr 2007 0: 9: 5 -0000 @@ -237,7 +237,7 @@ class Category { if(!empty($versionId)) { $oVersion = new Version($versionId); - $str .= " > ".html_ahref($oApp->sName,"appview.php?iAppId=$appId"); + $str .= " > ".$oApp->objectMakeLink(); $str .= " > ".$oVersion->sName; } else {
participants (1)
-
WineHQ