Fix two bugs found after upgrading to php5

This commit is contained in:
Chris Morgan
2005-11-12 04:37:48 +00:00
committed by WineHQ
parent 3efdcb188c
commit 91fe4dd26c
2 changed files with 1 additions and 2 deletions

View File

@@ -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:

View File

@@ -15,7 +15,6 @@ class testData{
var $sTestedRelease;
var $iDistributionId;
var $sTestedDate;
var $sTestedRelease;
var $sInstalls;
var $sRuns;
var $sTestedRating;