Disable hackish looking "we've got errors message" since we'll display human readable errors later on.

This commit is contained in:
Chris Morgan
2006-06-24 04:07:42 +00:00
committed by WineHQ
parent 6f35da69d7
commit c31173ef9e

View File

@@ -177,9 +177,9 @@ if ($aClean['sub'])
}
}
/* if we have errors go back to 'view' mode */
if(!empty($errors))
{
addmsg("we've got Errors???:".$errors.":");
$aClean['sub'] = 'view';
}
else
@@ -206,9 +206,9 @@ if ($aClean['sub'])
}
$oTest->iVersionId = $oVersion->iVersionId;
if(is_numeric($oTest->iTestingId))
{
$oTest->update(true);
$oTest->ReQueue();
{
$oTest->update(true);
$oTest->ReQueue();
} else
{
$oTest->create();