summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-11-27 08:42:10 +0100
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-11-27 08:42:10 +0100
commit976af5452b63688242a037c4b96109b91db95c30 (patch)
tree25113bb10230b24c3e71dee33e6ae1cc1e382f3f
parentcd1db7220d55bcf6ad94d020ba74c3a27a86adb2 (diff)
else if != elseif
-rw-r--r--lib/dblib.lua2
1 files changed, 1 insertions, 1 deletions
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