quick fix subject containing single quotes
This commit is contained in:
parent
7e88092ded
commit
592e424243
@ -827,7 +827,7 @@ Public Class clsWorkEmail
|
||||
$"('{CURRENT_MAIL_PROCESS_NAME}'," &
|
||||
$"'{oMSGID}'," &
|
||||
$"'{CURRENT_MAIL_FROM}'," &
|
||||
$"'{CURRENT_MAIL_MESSAGE.Subject}'," &
|
||||
$"'{CURRENT_MAIL_MESSAGE.Subject.Replace("'", "''")}'," &
|
||||
$"'{CURRENT_MAIL_MESSAGE.Date}'," &
|
||||
$"'{CURRENT_MAIL_BODY_ALL}'," &
|
||||
$"'{ATTMT1}')"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user