mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-20 17:27:00 +01:00
* src/mod_roster_odbc.erl: Fixed wrong call.
SVN Revision: 824
This commit is contained in:
parent
637ce31f5e
commit
54a5b2d3e9
@ -1,3 +1,7 @@
|
||||
2007-07-26 Mickael Remond <mickael.remond@process-one.net>
|
||||
|
||||
* src/mod_roster_odbc.erl: Fixed wrong call.
|
||||
|
||||
2007-07-24 Mickael Remond <mickael.remond@process-one.net>
|
||||
|
||||
* doc/guide.tex: Added recommandations on max_stanza options
|
||||
|
@ -621,7 +621,7 @@ set_items(User, Server, SubEl) ->
|
||||
{xmlelement, _Name, _Attrs, Els} = SubEl,
|
||||
LUser = jlib:nodeprep(User),
|
||||
LServer = jlib:nameprep(Server),
|
||||
catch odbc_queries:transaction(
|
||||
catch odbc_queries:sql_transaction(
|
||||
LServer,
|
||||
lists:map(fun(El) ->
|
||||
process_item_set_t(LUser, LServer, El)
|
||||
|
Loading…
Reference in New Issue
Block a user