v1.3.1.0 - Correct ADDED_WHO

This commit is contained in:
Jonathan Jenne
2017-08-01 12:16:33 +02:00
parent bbc0fb6bd4
commit 1872606a5c
4 changed files with 44 additions and 33 deletions

View File

@@ -144,6 +144,8 @@ Public Class Patent
Return _abstract
End Get
Set(value As String)
' Änderung 01.08.17 - Problem bei Maskierung von Hochkomma
'_abstract = value.Replace("'", "`")
_abstract = value.Replace("'", "''")
End Set
End Property