v1.3.1.0 - Correct ADDED_WHO
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user