[AppDB] Display the application name in the header and not just the version name.

Tony Lambregts tony.lambregts at gmail.com
Thu Jul 28 20:28:39 CDT 2005


Currently the appdb only displays the name version (ie: version 1.0) in the 
header and not the Applications name. this fixes that situation.

Change Log: Show the Application name in the header when viewing versions.

Files Changed: appview.php






-------------- next part --------------
Index: appview.php
===================================================================
RCS file: /home/wine/appdb/appview.php,v
retrieving revision 1.70
diff -u -r1.70 appview.php
--- appview.php	13 Jul 2005 01:16:37 -0000	1.70
+++ appview.php	29 Jul 2005 01:24:08 -0000
@@ -328,7 +328,7 @@
     }
 
     // header
-    apidb_header("Viewing App Version - ".$oVersion->sName);
+    apidb_header("Viewing App- ".$oApp->sName." Version - ".$oVersion->sName);
 
     // cat
     display_catpath($oApp->iCatId, $oApp->iAppId, $oVersion->iVersionId);


More information about the wine-patches mailing list