ChangeSet ID: 21226 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2005/11/11 22:37:48
Modified files: . : appsubmit.php include : testResults.php
Log message: Chris Morgan cmorgan@alum.wpi.edu Fix two bugs found after upgrading to php5
Patch: http://cvs.winehq.org/patch.py?id=21226
Old revision New revision Changes Path 1.34 1.35 +1 -1 appdb/appsubmit.php 1.5 1.6 +0 -1 appdb/include/testResults.php
Index: appdb/appsubmit.php diff -u -p appdb/appsubmit.php:1.34 appdb/appsubmit.php:1.35 --- appdb/appsubmit.php:1.34 12 Nov 2005 4:37:48 -0000 +++ appdb/appsubmit.php 12 Nov 2005 4:37:48 -0000 @@ -261,7 +261,7 @@ if ($_REQUEST['sub']) echo "</td></tr></table></div>\n\n"; } else { - newSubmition(); + newSubmition(''); } // vendor/alt vendor fields // if user selected a predefined vendorId: Index: appdb/include/testResults.php diff -u -p appdb/include/testResults.php:1.5 appdb/include/testResults.php:1.6 --- appdb/include/testResults.php:1.5 12 Nov 2005 4:37:48 -0000 +++ appdb/include/testResults.php 12 Nov 2005 4:37:48 -0000 @@ -15,7 +15,6 @@ class testData{ var $sTestedRelease; var $iDistributionId; var $sTestedDate; - var $sTestedRelease; var $sInstalls; var $sRuns; var $sTestedRating;