* src/mod_roster_odbc.erl: Bugfix

SVN Revision: 416
This commit is contained in:
Alexey Shchepin 2005-10-12 23:10:54 +00:00
parent a024836a85
commit 66fec72242
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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 ->