diff --git a/testResults.php b/testResults.php index 52e067f..985767e 100644 --- a/testResults.php +++ b/testResults.php @@ -163,51 +163,7 @@ if ($aClean['sSub']) } else // if ($aClean['sSub']) is not defined, display the Testing results queue page { - apidb_header("Testing Results"); - - // Get queued testing results. - $oTest = new TestData(); - $hResult = $oTest->getTestingQueue("true"); - - if(!$hResult) - { - // no Tests in queue - echo html_frame_start("Submitted Testing Results","90%"); - echo '
The Submitted Testing Results Queue is empty.
',"\n"; - echo html_frame_end(" "); - } - else - { - // help - echo "| \n\n";
- echo " This is the list of test results waiting to be accepted or deleted. \n"; - echo "To view a submission, click on its name. From that page you can delete or edit and\n";
- echo "re-submit it into the AppDB. |
The Rejected Testing Results Queue is empty.
',"\n"; - echo html_frame_end(" "); - } - else - { - //help - echo "| \n\n";
- echo " This is the list of Rejected Test Results waiting for re-submission or deletion. \n"; - echo "To view a submission, click on its name. From that page you can delete or edit and re-submit it into \n";
- echo "the AppDB . |