25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +01:00

* src/mod_roster_odbc.erl: Fixed typo

SVN Revision: 782
This commit is contained in:
Alexey Shchepin 2007-06-12 16:44:15 +00:00
parent 241c49dc3c
commit 697566476f
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* src/web/ejabberd_web_admin.erl: Show IP address of connected

View File

@ -748,7 +748,7 @@ get_jid_info(_, User, Server, JID) ->
"F" -> from;
_ -> none
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) ->
[JGrp || {JGrp} <- JGrps];
_ ->