From 5bbcb92dce2be398dac702d40b2600b0830e3ec3 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Tue, 30 Nov 2010 02:10:04 +0100 Subject: Fixing a couple of typos. --- lib/dblib.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/dblib.lua') diff --git a/lib/dblib.lua b/lib/dblib.lua index 64ce880..c9dd30c 100644 --- a/lib/dblib.lua +++ b/lib/dblib.lua @@ -623,7 +623,7 @@ END; end end if not bypass and not is_foreign and not t._.ddl[v] then - error("Trying to select a field which doesn't exist: " .. k .. " - inside of table " .. t._.tablename) + error("Trying to select a field which doesn't exist: " .. v .. " - inside of table " .. t._.tablename) end if not first then stmt = stmt .. ", " -- cgit v1.2.3