mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Replace a single quote with double quotes in
an ODBC escape (thanks to Vladislav Chugunov)
This commit is contained in:
parent
95928a7cd4
commit
89aa7baa5b
@ -557,7 +557,7 @@ escape($\n) -> "\\n";
|
||||
escape($\t) -> "\\t";
|
||||
escape($\b) -> "\\b";
|
||||
escape($\r) -> "\\r";
|
||||
escape($') -> "\\'";
|
||||
escape($') -> "''";
|
||||
escape($") -> "\\\"";
|
||||
escape($\\) -> "\\\\";
|
||||
escape(C) -> C.
|
||||
|
Loading…
Reference in New Issue
Block a user