mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.sql: Import type too (fix global access)
This commit is contained in:
parent
8a32b7f2c3
commit
8d720b7bfb
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
local setmetatable, getmetatable = setmetatable, getmetatable;
|
||||
local ipairs, unpack, select = ipairs, table.unpack or unpack, select; --luacheck: ignore 113
|
||||
local tonumber, tostring = tonumber, tostring;
|
||||
local type = type;
|
||||
local assert, pcall, xpcall, debug_traceback = assert, pcall, xpcall, debug.traceback;
|
||||
local t_concat = table.concat;
|
||||
local s_char = string.char;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue