mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
* src/mod_roster_odbc.erl: Bugfix
SVN Revision: 503
This commit is contained in:
parent
b8e99a3c05
commit
6eac737807
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user