class testResult() doesn't exist, include/testResults.php is the name but the class is testData. Correct spelling of

testData().
This commit is contained in:
EA Durbin
2006-06-20 04:05:55 +00:00
committed by WineHQ
parent bc9d2bcefe
commit 4b0f0473f7

View File

@@ -128,11 +128,11 @@ if ($aClean['sub'])
if($hResult) if($hResult)
{ {
$oRow = mysql_fetch_object($hResult); $oRow = mysql_fetch_object($hResult);
$oTest = new testdata($oRow->testingId); $oTest = new testData($oRow->testingId);
} }
else else
{ {
$oTest = new testResult(); $oTest = new testData();
} }
//process according to sub flag //process according to sub flag