Fix the sql in the do_not_disturb.lua.

This commit is contained in:
markjcrane 2015-09-05 10:42:22 -06:00
parent 06ed8f2998
commit 84ee674f81
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@
else
user_status = "Available";
end
sql = sql .. "update v_users set ";
sql = "update v_users set ";
sql = sql .. "user_status = '"..user_status.."' ";
sql = sql .. "where domain_uuid = '"..domain_uuid.."' ";
sql = sql .. "and username = '"..row.user_uuid.."' ";