Merged in bugfix/HOR-3630 (pull request #6066)

HOR-3630

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
jonathan Quispe
2017-09-21 16:32:02 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -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 ++;
}