From 3537fcbd88af0b1a3d256d7c32a6b0728b62ec62 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Sat, 24 Jun 2006 02:38:44 +0000 Subject: [PATCH] Fix entering a new distribution when submitting a new application or version --- include/testResults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/testResults.php b/include/testResults.php index 55f9032..10189d5 100644 --- a/include/testResults.php +++ b/include/testResults.php @@ -542,7 +542,7 @@ class testData{ $errors .= "
  • Please enter the version of Wine that you tested with.
  • \n"; // No Distribution entered, and nothing in the list is selected - if (empty($sDistribution) && !$aClean['iDistributionId']) + if (empty($aClean['sDistribution']) && !$aClean['iDistributionId']) $errors .= "
  • Please enter a distribution.
  • \n"; if (empty($aClean['sInstalls']))