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 fc29210cb2
commit d52692d691
1 changed files with 2 additions and 2 deletions

View File

@ -263,9 +263,9 @@
sql = [[SELECT * FROM v_voicemails
WHERE domain_uuid = ']] .. domain_uuid ..[['
AND voicemail_id = ']].. row.extension.. [[' ]];
--if (debug["sql"]) then
if (debug["sql"]) then
freeswitch.consoleLog("notice", "[directory] SQL: " .. sql .. "\n");
--end
end
status = dbh:query(sql, function(field)
--add functions
dofile(scripts_dir.."/resources/functions/base64.lua");