appdb/. appsubmit.php

WineHQ wineowner at wine.codeweavers.com
Fri Jul 7 12:27:23 CDT 2006


ChangeSet ID:	26335
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/07/07 12:27:23

Modified files:
	.              : appsubmit.php 

Log message:
	Chris Morgan <cmorgan at alum.wpi.edu>
	Use Version::showList() instead of ShowVersionList()

Patch: http://cvs.winehq.org/patch.py?id=26335

Old revision  New revision  Changes     Path
 1.52          1.53          +1 -1       appdb/appsubmit.php

Index: appdb/appsubmit.php
diff -u -p appdb/appsubmit.php:1.52 appdb/appsubmit.php:1.53
--- appdb/appsubmit.php:1.52	7 Jul 2006 17:27:23 -0000
+++ appdb/appsubmit.php	7 Jul 2006 17:27:23 -0000
@@ -460,7 +460,7 @@ else // if ($aClean['sSub']) is not defi
         echo "</td></tr></table></div>\n\n";
     
         //show Version list
-        showVersionList($hResult);
+        Version::showList($hResult);
          
 
     }



More information about the wine-cvs mailing list