diff --git a/application/helpers/admin/import_helper.php b/application/helpers/admin/import_helper.php index 2b75fee8001..778fc86a1ed 100644 --- a/application/helpers/admin/import_helper.php +++ b/application/helpers/admin/import_helper.php @@ -2558,7 +2558,7 @@ function XMLImportResponses($sFullFilePath, $iSurveyID, $aFieldReMap = array()) } } if (!SurveyDynamic::model($iSurveyID)->insertRecords($aInsertData)) { - throw new Exception(gT("Error") . ": Failed to insert data[16]
"); + throw new Exception(gT("Error") . ": Failed to insert data in response table
"); } $results['responses']++; }