From 4b0f0473f712f32fa33dcabe06a00e0b1d6369fc Mon Sep 17 00:00:00 2001 From: EA Durbin Date: Tue, 20 Jun 2006 04:05:55 +0000 Subject: [PATCH] class testResult() doesn't exist, include/testResults.php is the name but the class is testData. Correct spelling of testData(). --- appsubmit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appsubmit.php b/appsubmit.php index 9c42c8f..d96d43e 100644 --- a/appsubmit.php +++ b/appsubmit.php @@ -128,11 +128,11 @@ if ($aClean['sub']) if($hResult) { $oRow = mysql_fetch_object($hResult); - $oTest = new testdata($oRow->testingId); + $oTest = new testData($oRow->testingId); } else { - $oTest = new testResult(); + $oTest = new testData(); } //process according to sub flag