Commit 00e9de74 authored by Derek DeMoro's avatar Derek DeMoro Committed by derek

Updating database logic.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@187 b35dd754-fafc-0310-a699-88a17e54d16e
parent c72536ad
......@@ -95,7 +95,7 @@ public class DbPrivateStore extends BasicModule implements PrivateStore {
pstmt.setString(2, data.getName());
pstmt.setLong(3, userID);
pstmt.setString(4, data.getNamespaceURI());
pstmt.execute();
pstmt.executeUpdate();
}
catch (Exception e) {
Log.error(LocaleUtils.getLocalizedString("admin.error"), e);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment