appdb/include category.php

WineHQ wineowner at wine.codeweavers.com
Sat Mar 31 19:09:05 CDT 2007


ChangeSet ID:	31020
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/03/31 19:09:05

Modified files:
	include        : category.php 

Log message:
	Alexander Nicolaysen Sørnes <alex at 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 .= " &gt; ".html_ahref($oApp->sName,"appview.php?iAppId=$appId");
+                $str .= " &gt; ".$oApp->objectMakeLink();
                 $str .= " &gt; ".$oVersion->sName;
             } else
             {



More information about the wine-cvs mailing list