diff --git a/admin/outcomes.php b/admin/outcomes.php index 62d6ee9f..247d7108 100644 --- a/admin/outcomes.php +++ b/admin/outcomes.php @@ -124,7 +124,16 @@ if ($questionnaire_id != false) group by s.import_id"; - xhtml_table($db->GetAll($sql),array("description","available"),array(T_("Sample"),T_("Cases currently available to call")),"tclass",false,array("available")); + $rs = $db->GetAll($sql); + + if (empty($rs)) + { + print "