diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-11-27 08:42:10 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-11-27 08:42:10 +0100 |
commit | 976af5452b63688242a037c4b96109b91db95c30 (patch) | |
tree | 25113bb10230b24c3e71dee33e6ae1cc1e382f3f /lib | |
parent | cd1db7220d55bcf6ad94d020ba74c3a27a86adb2 (diff) |
else if != elseif
Diffstat (limited to 'lib')
-rw-r--r-- | lib/dblib.lua | 2 |
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 |