Comment the sql string again as its no longer needed.

This commit is contained in:
Mark Crane
2015-04-18 22:51:43 +00:00
parent 08014dc042
commit 9885c0dfb4
+2 -2
View File
@@ -263,9 +263,9 @@
sql = [[SELECT * FROM v_voicemails sql = [[SELECT * FROM v_voicemails
WHERE domain_uuid = ']] .. domain_uuid ..[[' WHERE domain_uuid = ']] .. domain_uuid ..[['
AND voicemail_id = ']].. row.extension.. [[' ]]; AND voicemail_id = ']].. row.extension.. [[' ]];
--if (debug["sql"]) then if (debug["sql"]) then
freeswitch.consoleLog("notice", "[directory] SQL: " .. sql .. "\n"); freeswitch.consoleLog("notice", "[directory] SQL: " .. sql .. "\n");
--end end
status = dbh:query(sql, function(field) status = dbh:query(sql, function(field)
--add functions --add functions
dofile(scripts_dir.."/resources/functions/base64.lua"); dofile(scripts_dir.."/resources/functions/base64.lua");