mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 03:03:49 +00:00
Fix the sql in the do_not_disturb.lua.
This commit is contained in:
@@ -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.."' ";
|
||||
|
||||
Reference in New Issue
Block a user