Update fax_retry.lua

This commit is contained in:
FusionPBX
2016-12-02 00:52:10 -07:00
committed by GitHub
parent 9c53d77fb9
commit b6281a84c4
+2 -2
View File
@@ -384,9 +384,9 @@
domain_uuid = domain_uuid; domain_uuid = domain_uuid;
} }
--if (debug["sql"]) then if (debug["sql"]) then
freeswitch.consoleLog("notice", "[FAX] SQL: " .. sql .. "; params:" .. json.encode(params) .. "\n"); freeswitch.consoleLog("notice", "[FAX] SQL: " .. sql .. "; params:" .. json.encode(params) .. "\n");
--end end
if (storage_type == "base64") then if (storage_type == "base64") then
local dbh = Database.new('system', 'base64'); local dbh = Database.new('system', 'base64');
dbh:query(sql, params); dbh:query(sql, params);