From 087697376f9fb816b50b605ae12ef0b4082b931a Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Mon, 23 Jul 2007 20:45:22 +0000 Subject: [PATCH] Fix testData submission where the tested version is missing due to switching from a function that previously echoed data out to one that returns the string for the caller to optionally echo. The lack of echoing meant the version list html wasn't being output. --- include/testData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/testData.php b/include/testData.php index 2565e3f..00afefe 100644 --- a/include/testData.php +++ b/include/testData.php @@ -649,7 +649,7 @@ class testData{ // Version List echo 'Tested release',"\n"; - make_bugzilla_version_list("sTestedRelease", $this->sTestedRelease); + echo make_bugzilla_version_list("sTestedRelease", $this->sTestedRelease); // Give the user some information about our available versions echo "