25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-12-22 17:28:25 +01:00

* src/mod_roster_odbc.erl: Fixed wrong call.

SVN Revision: 824
This commit is contained in:
Mickaël Rémond 2007-07-26 08:30:25 +00:00
parent 637ce31f5e
commit 54a5b2d3e9
2 changed files with 5 additions and 1 deletions

View File

@ -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> 2007-07-24 Mickael Remond <mickael.remond@process-one.net>
* doc/guide.tex: Added recommandations on max_stanza options * doc/guide.tex: Added recommandations on max_stanza options

View File

@ -621,7 +621,7 @@ set_items(User, Server, SubEl) ->
{xmlelement, _Name, _Attrs, Els} = SubEl, {xmlelement, _Name, _Attrs, Els} = SubEl,
LUser = jlib:nodeprep(User), LUser = jlib:nodeprep(User),
LServer = jlib:nameprep(Server), LServer = jlib:nameprep(Server),
catch odbc_queries:transaction( catch odbc_queries:sql_transaction(
LServer, LServer,
lists:map(fun(El) -> lists:map(fun(El) ->
process_item_set_t(LUser, LServer, El) process_item_set_t(LUser, LServer, El)