mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
* src/odbc/odbc_queries.erl: Fixed a typo
SVN Revision: 1467
This commit is contained in:
parent
999c81e79c
commit
fb43bb0109
@ -1,3 +1,7 @@
|
||||
2008-07-22 Alexey Shchepin <alexey@process-one.net>
|
||||
|
||||
* src/odbc/odbc_queries.erl: Fixed a typo
|
||||
|
||||
2008-07-03 Jerome Sautret <jerome.sautret@process-one.net>
|
||||
|
||||
* src/ejabberd_ctl.erl: Call reopen_log_hook for each virtual host.
|
||||
|
@ -322,7 +322,7 @@ update_roster_sql(Username, SJID, ItemVals, ItemGroups) ->
|
||||
" and jid='", SJID, "';"],
|
||||
["insert into rosterusers("
|
||||
" username, jid, nick, "
|
||||
" subscription, ask, askmessage"
|
||||
" subscription, ask, askmessage, "
|
||||
" server, subscribe, type) "
|
||||
" values (", ItemVals, ");"],
|
||||
["delete from rostergroups "
|
||||
|
Loading…
Reference in New Issue
Block a user