ChangeSet ID: 26335 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2006/07/07 12:27:23 Modified files: . : appsubmit.php Log message: Chris Morgan <cmorgan(a)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); }
participants (1)
-
WineHQ