When changing the jabber ID in your user profile, the module throws an error. It does, however, save the information as expected.
query: INSERT INTO jabber (uid, jid, status) VALUES (1, 'my@jabberid.com', 'unsubscribed')
error:When changing the jabber ID in your user profile, the module throws an error. It does, however, save the information as expected.
query: INSERT INTO jabber (uid, jid, status) VALUES (1, 'my@jabberid.com', 'unsubscribed')
error:
Comments
Comment #1
walkah commentedThere were stray db_queryd() calls from debugging... removed. Thanks, Dan!
Comment #2
(not verified) commented