mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-20 17:27:00 +01:00
* src/mod_roster_odbc.erl: Bugfix
SVN Revision: 591
This commit is contained in:
parent
9b8dcac5a7
commit
ab2e19a399
@ -1,3 +1,7 @@
|
||||
2006-08-02 Alexey Shchepin <alexey@sevcom.net>
|
||||
|
||||
* src/mod_roster_odbc.erl: Bugfix
|
||||
|
||||
2006-07-28 Mickael Remond <mickael.remond@process-one.net>
|
||||
|
||||
* src/ejabberd_c2s.erl: Bugfix: added a missing catch and fixed the
|
||||
|
@ -484,7 +484,7 @@ process_subscription(Direction, User, Server, JID1, Type, Reason) ->
|
||||
R#roster{groups = Groups};
|
||||
{selected,
|
||||
["username", "jid", "nick", "subscription", "ask",
|
||||
"server", "subscribe", "type"],
|
||||
"askmessage", "server", "subscribe", "type"],
|
||||
[]} ->
|
||||
#roster{usj = {LUser, LServer, LJID},
|
||||
us = {LUser, LServer},
|
||||
|
Loading…
Reference in New Issue
Block a user