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.
This commit is contained in:
Chris Morgan
2007-07-23 20:45:22 +00:00
committed by WineHQ
parent 5c42860972
commit 087697376f

View File

@@ -649,7 +649,7 @@ class testData{
// Version List // Version List
echo '<tr><td class=color1><b>Tested release</b></td><td class=color0>',"\n"; echo '<tr><td class=color1><b>Tested release</b></td><td class=color0>',"\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 // Give the user some information about our available versions
echo "<ul>\n"; echo "<ul>\n";
echo "<li>If you are testing with a newer release than listed please"; echo "<li>If you are testing with a newer release than listed please";