Eliminate the use of the undefined testResult() class and correcting spelling of testData.

This commit is contained in:
EA Durbin
2006-06-20 23:00:01 +00:00
committed by WineHQ
parent ce71a0d8ed
commit d8a459af17

View File

@@ -180,11 +180,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();
} }
if($aClean['sub'] == 'add') if($aClean['sub'] == 'add')