EmailService: IsNullOrWhiteSpace ist hier besser
This commit is contained in:
parent
b3cc85278d
commit
09d47a303e
@ -514,7 +514,7 @@ Public Class EmailService
|
||||
Dim oSQL As String = "UPDATE TBEMLP_EMAIL_OUT SET "
|
||||
oSQL += " EMAIL_SENT = GETDATE() "
|
||||
|
||||
If String.IsNullOrEmpty(pComment) = False Then
|
||||
If String.IsNullOrWhiteSpace(pComment) = False Then
|
||||
oSQL += $", COMMENT = '{pComment}' "
|
||||
End If
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user