A few changes from the merge.

This commit is contained in:
Mark Crane
2013-01-20 01:13:19 +00:00
parent 2be81da122
commit d1faa30d41
8 changed files with 10 additions and 18 deletions

View File

@@ -106,7 +106,7 @@ if ( session:ready() ) then
if (debug["sql"]) then
freeswitch.consoleLog("NOTICE", "sql "..sql.."\n");
end
dbh:query(sql, function(result)
dbh:query(sql, function(result)
--for key, val in pairs(result) do
-- freeswitch.consoleLog("NOTICE", "result "..key.." "..val.."\n");
--end