[AppDB] Fix appsubmit to display versions for resubmition (with patch)

Tony Lambregts tony.lambregts at gmail.com
Tue Jan 17 22:04:18 CST 2006


People could not resubmit versions because there is no function called
display_versions

Change log: Fix appsubmit to display versions for resubmition.

Files changed: appsubmit.php

-------------- next part --------------
Index: appsubmit.php
===================================================================
RCS file: /home/wine/appdb/appsubmit.php,v
retrieving revision 1.36
diff -u -r1.36 appsubmit.php
--- appsubmit.php	17 Jan 2006 02:33:14 -0000	1.36
+++ appsubmit.php	18 Jan 2006 03:55:50 -0000
@@ -303,9 +303,9 @@
         { 
             if(is_numeric($oVersion->iVersionId))
             {
-                echo html_frame_start("Potential duplicate versions in the database","90%","",0);
                 $oAppForVersion = new Application($oVersion->iAppId);
-                display_versions($oAppForVersion->iAppId, $oAppForVersion->aVersionsIds);
+                echo html_frame_start("Potential duplicate versions in the database for application: ".$oAppForVersion->sName,"90%","",0);
+                display_approved_versions($oAppForVersion->aVersionsIds);
                 echo html_frame_end(" ");
 
                 //help


More information about the wine-patches mailing list