mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
* src/mod_roster_odbc.erl: Bugfix
SVN Revision: 416
This commit is contained in:
parent
a024836a85
commit
66fec72242
@ -1,3 +1,7 @@
|
||||
2005-10-13 Alexey Shchepin <alexey@sevcom.net>
|
||||
|
||||
* src/mod_roster_odbc.erl: Bugfix
|
||||
|
||||
2005-10-07 Alexey Shchepin <alexey@sevcom.net>
|
||||
|
||||
* src/ejd2odbc.erl: Added vCard converter
|
||||
|
@ -425,7 +425,8 @@ get_subscription_lists(_, User, Server) ->
|
||||
{[], []}
|
||||
end.
|
||||
|
||||
fill_subscription_lists([I | Is], F, T) ->
|
||||
fill_subscription_lists([RawI | Is], F, T) ->
|
||||
I = raw_to_record(RawI),
|
||||
J = I#roster.jid,
|
||||
case I#roster.subscription of
|
||||
both ->
|
||||
|
Loading…
Reference in New Issue
Block a user