[AppDB] Fix up Maintainer Queue to show version properly

Tony Lambregts tony.lambregts at gmail.com
Fri Jan 20 19:47:02 CST 2006


i think killertux found this one and mentioned it on irc.

Change Log: Fix up Maintainer Queue to show version properly

Files Changed: admin/adminMaintainerQueue.php
-------------- next part --------------
Index: admin/adminMaintainerQueue.php
===================================================================
RCS file: /home/wine/appdb/admin/adminMaintainerQueue.php,v
retrieving revision 1.18
diff -u -r1.18 adminMaintainerQueue.php
--- admin/adminMaintainerQueue.php	31 Oct 2005 01:29:37 -0000	1.18
+++ admin/adminMaintainerQueue.php	21 Jan 2006 01:37:07 -0000
@@ -135,7 +135,7 @@
         }
 
         $oApp = new Application($ob->appId);
-        $oVersion = new Application($ob->versionId);
+        $oVersion = new Version($ob->versionId);
 
         //app name
         echo '<tr valign=top><td class=color0><b>App Name</b></td>',"\n";


More information about the wine-patches mailing list