diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index acdf0a636..405e604b3 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -4619,7 +4619,9 @@ class SurveyAdminSettings { if ($dataFileStatus== FILE_STATUS_NO_DATA || $dataFileStatus == FILE_STATUS_NO_FILE || $dataFileStatus == FILE_STATUS_SRV_DELETED){ + echo '
'; return false; } if ($_GET['m'] == 'excel') { diff --git a/frontend/simple/classes/DisplayController.php b/frontend/simple/classes/DisplayController.php index 40b871c73..4eafaa944 100644 --- a/frontend/simple/classes/DisplayController.php +++ b/frontend/simple/classes/DisplayController.php @@ -656,7 +656,6 @@ class DisplayController{ echo ' '; echo ''; - echo 'hello there'; }