diff options
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 8a1f7e1..26c23ff 100644 --- a/lib/dblib.lua +++ b/lib/dblib.lua @@ -298,7 +298,7 @@ END; db:SafeQuery("DROP TABLE " .. tname .. ";", "update") end end - else not read_only + else if not read_only -- table exists, let's check it. local i local any_common = false |