From 976af5452b63688242a037c4b96109b91db95c30 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sat, 27 Nov 2010 08:42:10 +0100 Subject: else if != elseif --- lib/dblib.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/dblib.lua b/lib/dblib.lua index 10b6efd..0738f0c 100644 --- a/lib/dblib.lua +++ b/lib/dblib.lua @@ -298,7 +298,7 @@ END; db:SafeQuery("DROP TABLE " .. tname .. ";", "update") end end - else if not read_only then + elseif not read_only then -- table exists, let's check it. local i local any_common = false -- cgit v1.2.3