mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-10 06:41:53 +00:00
Fixed small typo in MySQL module
This commit is contained in:
parent
71949e069f
commit
8e45df170b
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ function mysql.getLevels()
|
|||
return levels
|
||||
end
|
||||
|
||||
function sqlite3.getLevel(id)
|
||||
function mysql.getLevel(id)
|
||||
cur = assert(con:execute("SELECT * FROM `level` WHERE `id`='"..tonumber(id).."'"))
|
||||
|
||||
local level = cur:fetch({}, "a")
|
||||
|
|
Loading…
Reference in a new issue