Escape Subject when adding to history table
This commit is contained in:
parent
33586522dd
commit
1b546b88ed
@ -786,7 +786,7 @@ Public Class clsWorkEmail
|
||||
) VALUES (
|
||||
'{CurrentMailProcessName}',
|
||||
'{pCurrentMail.MessageId}',
|
||||
'{pCurrentMail.SubjectOriginal}',
|
||||
'{pCurrentMail.SubjectOriginal.EscapeForSQL()}',
|
||||
'{pCurrentMail.Mail.Date}',
|
||||
'{CURRENT_MAIL_BODY_ALL}',
|
||||
'{CURRENT_MAIL_BODY_ANSWER1}',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user