correct sql statement in export function

0.4
shivajiva101 2017-10-31 14:14:53 +00:00 committed by GitHub
parent 89c13ba24b
commit 92109126ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ if get_setting("import") == nil then
index = index + 1
end
end
stmt = "UPDATE _s (import) VALUES ('true');\n"
stmt = "Update _s SET import = 'false';\n"
ie.io.close(file)
save_sql(stmt.."END;\n")
add_setting("import", false)