mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
* src/mod_vcard_odbc.erl: Reverted previous change
SVN Revision: 957
This commit is contained in:
parent
a3380daa79
commit
5f41b6c6f1
@ -1,3 +1,7 @@
|
||||
2007-10-07 Alexey Shchepin <alexey@process-one.net>
|
||||
|
||||
* src/mod_vcard_odbc.erl: Reverted previous change
|
||||
|
||||
2007-10-06 Alexey Shchepin <alexey@process-one.net>
|
||||
|
||||
* src/mod_vcard_odbc.erl: Bugfix
|
||||
|
@ -647,7 +647,7 @@ remove_user(User, Server) ->
|
||||
Username = ejabberd_odbc:escape(LUser),
|
||||
ejabberd_odbc:sql_transaction(
|
||||
LServer,
|
||||
[["delete from vcard where lusername='", Username, "';"],
|
||||
[["delete from vcard where username='", Username, "';"],
|
||||
["delete from vcard_search where lusername='", Username, "';"]]).
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user