diff options
Diffstat (limited to 'include/ejabberd_sql_pt.hrl')
-rw-r--r-- | include/ejabberd_sql_pt.hrl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ejabberd_sql_pt.hrl b/include/ejabberd_sql_pt.hrl index 50f902fc..5906a2ef 100644 --- a/include/ejabberd_sql_pt.hrl +++ b/include/ejabberd_sql_pt.hrl @@ -32,5 +32,4 @@ -record(sql_query, {hash, format_query, format_res, args, loc}). --record(sql_escape, {string, integer, boolean}). - +-record(sql_escape, {string, integer, boolean, in_array_string}). |