Comparison

core/rostermanager.lua @ 267:6303b7454ad0

Some bugs fixed
author Waqas Hussain <waqas20@gmail.com>
date Sat, 15 Nov 2008 05:33:14 +0500
parent 193:13ac34255c37
child 268:fd0607c8f179
comparison
equal deleted inserted replaced
260:182f0c895676 267:6303b7454ad0
232 end 232 end
233 if item then 233 if item then
234 if item.subscription == "from" then 234 if item.subscription == "from" then
235 item.subscription = "none"; 235 item.subscription = "none";
236 changed = true; 236 changed = true;
237 elseif item.subscription == both then 237 elseif item.subscription == "both" then
238 item.subscription = "to"; 238 item.subscription = "to";
239 changed = true; 239 changed = true;
240 end 240 end
241 end 241 end
242 if changed then 242 if changed then