diff --git a/modules/emails/actions.php b/modules/emails/actions.php index 45c834f7d..c0908409e 100755 --- a/modules/emails/actions.php +++ b/modules/emails/actions.php @@ -43,7 +43,7 @@ switch (post('op')) { 'reply_to' => post('reply_to'), 'cc' => post('cc'), 'bcc' => post('bcc'), - 'body' => $_POST['body'], // post('body'), + 'body' => $_POST['body'], // post('body', true), 'read_notify' => post('read_notify'), 'note_aggiuntive' => post('note_aggiuntive'), ], ['id' => $id_record]); diff --git a/modules/emails/edit.php b/modules/emails/edit.php index c59ff0ef2..0492b13d8 100755 --- a/modules/emails/edit.php +++ b/modules/emails/edit.php @@ -110,7 +110,7 @@ echo '