From 91fe4dd26c8fa6e7ccd841121055559917dac2f2 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Sat, 12 Nov 2005 04:37:48 +0000 Subject: [PATCH] Fix two bugs found after upgrading to php5 --- appsubmit.php | 2 +- include/testResults.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/appsubmit.php b/appsubmit.php index bbd16f6..e981f6c 100644 --- a/appsubmit.php +++ b/appsubmit.php @@ -261,7 +261,7 @@ if ($_REQUEST['sub']) echo "\n\n"; } else { - newSubmition(); + newSubmition(''); } // vendor/alt vendor fields // if user selected a predefined vendorId: diff --git a/include/testResults.php b/include/testResults.php index 613dcfb..fb272f3 100644 --- a/include/testResults.php +++ b/include/testResults.php @@ -15,7 +15,6 @@ class testData{ var $sTestedRelease; var $iDistributionId; var $sTestedDate; - var $sTestedRelease; var $sInstalls; var $sRuns; var $sTestedRating;