diff options
Diffstat (limited to 'src/mod_mam_sql.erl')
-rw-r--r-- | src/mod_mam_sql.erl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mod_mam_sql.erl b/src/mod_mam_sql.erl index 93bf2f2f2..d2fd48a9f 100644 --- a/src/mod_mam_sql.erl +++ b/src/mod_mam_sql.erl @@ -200,9 +200,7 @@ make_sql_query(User, LServer, MAMQuery, RSM) -> With = proplists:get_value(with, MAMQuery), WithText = proplists:get_value(withtext, MAMQuery), {Max, Direction, ID} = get_max_direction_id(RSM), - ODBCType = ejabberd_config:get_option( - {sql_type, LServer}, - ejabberd_sql:opt_type(sql_type)), + ODBCType = ejabberd_config:get_option({sql_type, LServer}), Escape = case ODBCType of mssql -> fun ejabberd_sql:standard_escape/1; |