mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
* src/mod_roster_odbc.erl: Fixed typo
SVN Revision: 782
This commit is contained in:
parent
241c49dc3c
commit
697566476f
@ -1,3 +1,7 @@
|
|||||||
|
2007-06-12 Alexey Shchepin <alexey@sevcom.net>
|
||||||
|
|
||||||
|
* src/mod_roster_odbc.erl: Fixed typo
|
||||||
|
|
||||||
2007-06-10 Alexey Shchepin <alexey@sevcom.net>
|
2007-06-10 Alexey Shchepin <alexey@sevcom.net>
|
||||||
|
|
||||||
* src/web/ejabberd_web_admin.erl: Show IP address of connected
|
* src/web/ejabberd_web_admin.erl: Show IP address of connected
|
||||||
|
@ -748,7 +748,7 @@ get_jid_info(_, User, Server, JID) ->
|
|||||||
"F" -> from;
|
"F" -> from;
|
||||||
_ -> none
|
_ -> none
|
||||||
end,
|
end,
|
||||||
Groups = case catch odbc_queries:get_roster_group_by_jid(LServer, Username, SJID) of
|
Groups = case catch odbc_queries:get_rostergroup_by_jid(LServer, Username, SJID) of
|
||||||
{selected, ["grp"], JGrps} when is_list(JGrps) ->
|
{selected, ["grp"], JGrps} when is_list(JGrps) ->
|
||||||
[JGrp || {JGrp} <- JGrps];
|
[JGrp || {JGrp} <- JGrps];
|
||||||
_ ->
|
_ ->
|
||||||
|
Loading…
Reference in New Issue
Block a user