From aef7405764bad0428d65ac0577fda70dbb582074 Mon Sep 17 00:00:00 2001 From: hjonathan Date: Mon, 18 Sep 2017 14:44:47 -0400 Subject: [PATCH] HOR-3630 --- workflow/engine/methods/cases/caseMessageHistory_Ajax.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/workflow/engine/methods/cases/caseMessageHistory_Ajax.php b/workflow/engine/methods/cases/caseMessageHistory_Ajax.php index a43f9b0eb..8a9c4f268 100644 --- a/workflow/engine/methods/cases/caseMessageHistory_Ajax.php +++ b/workflow/engine/methods/cases/caseMessageHistory_Ajax.php @@ -101,8 +101,6 @@ if ($actionAjax == 'messageHistoryGridList_JXP') { if ($respMess == 'BLOCK' || $respMess == '') { $appMessageArray[$index]['APP_MSG_BODY'] = ""; } - $appMessageArray[$index]['APP_MSG_BODY'] = str_replace('\"','"',$appMessageArray[$index]['APP_MSG_BODY']); - $appMessageArray[$index]['APP_MSG_BODY'] = str_replace('"','\"',$appMessageArray[$index]['APP_MSG_BODY']); $aProcesses[] = array_merge($appMessageArray[$index], array('MSGS_HISTORY' => $respMess)); $totalCount ++; }