Digital mailbox

This commit is contained in:
raymoo
2016-02-25 19:47:05 -08:00
parent e9921e2ba0
commit 6e1f2727ec
4 changed files with 124 additions and 1 deletions

View File

@ -960,7 +960,7 @@ end
-- On failure, returns false and an error message.
function ex_methods.view_inbox(self, p_name)
local db = self.db
local stmt = self.stmt.view_inbox_stmt
local stmt = self.stmts.view_inbox_stmt
stmt:bind_values(p_name)