From e16df1cad31fde8223bd77ad8a8f8f16c0101962 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Mon, 11 Jun 2007 02:53:57 +0000 Subject: [PATCH] Add some guidance to the 'Tested release' selection for a testData submission since we've removed a bunch of versions lately, including 'CVS'. --- include/testData.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/include/testData.php b/include/testData.php index a90f02c..e0015b5 100644 --- a/include/testData.php +++ b/include/testData.php @@ -602,10 +602,22 @@ class testData{ echo '',"\n"; distribution::make_distribution_list("iDistributionId", $this->iDistributionId); echo '',"\n"; + // Version List echo 'Tested release',"\n"; make_bugzilla_version_list("sTestedRelease", $this->sTestedRelease); + // Give the user some information about our available versions + echo "\n"; echo '',"\n"; + // Installs echo 'Installs?',"\n"; testData::make_Installs_list("sInstalls", $this->sInstalls);