* src/mod_roster_odbc.erl: Bugfix

SVN Revision: 503
This commit is contained in:
Alexey Shchepin 2006-02-11 23:55:21 +00:00
parent b8e99a3c05
commit 6eac737807
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-02-12 Alexey Shchepin <alexey@sevcom.net>
* src/mod_roster_odbc.erl: Bugfix
2006-02-08 Alexey Shchepin <alexey@sevcom.net>
* src/odbc/ejabberd_odbc.erl: Reconnect on ODBC connection closing

View File

@ -156,7 +156,7 @@ get_user_roster(Acc, {LUser, LServer}) ->
(_) ->
[]
end, JIDGroups),
[item_to_xml(R#roster{groups = Groups})]
[R#roster{groups = Groups}]
end
end, Items),
RItems ++ Acc;