mirror of
https://github.com/minetest-mods/global_exchange.git
synced 2025-07-04 00:30:23 +02:00
Digital mailbox
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user