diff --git a/ServerSide/Hinantin/cgi-bin/spellcheck31/script/UserDictionary/IncorrectEntryDao.pm b/ServerSide/Hinantin/cgi-bin/spellcheck31/script/UserDictionary/IncorrectEntryDao.pm index 54d1b09..79f3c96 100644 --- a/ServerSide/Hinantin/cgi-bin/spellcheck31/script/UserDictionary/IncorrectEntryDao.pm +++ b/ServerSide/Hinantin/cgi-bin/spellcheck31/script/UserDictionary/IncorrectEntryDao.pm @@ -29,6 +29,7 @@ sub Save { ($oIncorrectEntry) = @_; $cpIncorrectEntryId = $oIncorrectEntry->cpIncorrectEntryId(); $cpEntry = $oIncorrectEntry->cpEntry(); + $cpEntry =~ s/'/''/g; $cpIsCorrect = $oIncorrectEntry->cpIsCorrect(); $cpFrecuency = $oIncorrectEntry->cpFrecuency(); $cpSLang = $oIncorrectEntry->cpSLang();