# HG changeset patch # User Waqas Hussain # Date 1235333663 -18000 # Node ID 073386be5cccc69155ebc69edc488628fae8dc47 # Parent 2a8bfb7dee776b051d2d9277b90b8b332c19f814 mod_register: Fixed an error happening during account deletion diff -r 2a8bfb7dee77 -r 073386be5ccc plugins/mod_register.lua --- a/plugins/mod_register.lua Sat Feb 21 01:57:13 2009 +0500 +++ b/plugins/mod_register.lua Mon Feb 23 01:14:23 2009 +0500 @@ -44,7 +44,7 @@ datamanager.store(session.username, session.host, "vcard", nil); datamanager.store(session.username, session.host, "private", nil); datamanager.store(session.username, session.host, "offline", nil); - local bare = session.username.."@"..session.host; + --local bare = session.username.."@"..session.host; for jid, item in pairs(roster) do if jid ~= "pending" then if item.subscription == "both" or item.subscription == "to" then