24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-10 21:47:01 +02:00

* src/odbc/odbc_queries.erl: Fixed a typo

SVN Revision: 1467
This commit is contained in:
Alexey Shchepin 2008-07-22 04:17:13 +00:00
parent 999c81e79c
commit fb43bb0109
2 changed files with 5 additions and 1 deletions

View File

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

View File

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