From d8a459af173c1d5e6a91da4b738d23d883a03b23 Mon Sep 17 00:00:00 2001 From: EA Durbin Date: Tue, 20 Jun 2006 23:00:01 +0000 Subject: [PATCH] Eliminate the use of the undefined testResult() class and correcting spelling of testData. --- admin/adminAppQueue.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/adminAppQueue.php b/admin/adminAppQueue.php index 28a90ed..193697d 100644 --- a/admin/adminAppQueue.php +++ b/admin/adminAppQueue.php @@ -180,11 +180,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(); } if($aClean['sub'] == 'add')