diff --git a/include/testData.php b/include/testData.php index cfa06fd..d75ee93 100644 --- a/include/testData.php +++ b/include/testData.php @@ -613,13 +613,12 @@ class testData{ $oTableRow->AddTextCell($oSubmitter->objectMakeLink().' '); if ($this->iTestingId && $_SESSION['current']->hasAppVersionModifyPermission($oVersion)) { - $oObject = new objectManager("testData"); - $oTableRow->AddTextCell('iTestingId, - "Edit Test Results").'">'. - 'Edit   ',"\n". - 'Delete',"\n"); + $oObject = new objectManager('testData'); + $oTableRow->AddTextCell(''. + 'Edit   '."\n". + 'Delete'."\n"); } // if this is a clickable row, set the appropriate property