";
$sql="select distinct CaseID from Responses where rOK=0 and isDeleted=0 order by CaseID";
$resq=GetResultset($sql);
if(!$row = mysql_fetch_assoc($resq))
{
echo "
There are no fail-edit cases
";
return false;
}
else
{
echo "
Select a Subject from the list below
";
echo " ";
echo "
";
}
$CaseId=$_REQUEST['CaseSelect'];
if ($CaseId=="")
echo "