[AppDB] Fix up Maintainer Queue to show version properly Part 2

Tony Lambregts tony.lambregts at gmail.com
Sun Jan 22 20:49:02 CST 2006


same bug different place.

Change Log: Fix up Maintainer Queue to show version properly part 2

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	23 Jan 2006 02:40:48 -0000
@@ -113,7 +113,7 @@
             while(list($index, list($appIdOther, $versionIdOther, $superMaintainerOther)) = each($other_apps))
             {
                 $oApp = new Application($appIdOther);
-                $oVersion = new Application($versionIdOther);
+                $oVersion = new Version($versionIdOther);
                 if($firstDisplay)
                 {
                     $firstDisplay = false;



More information about the wine-patches mailing list