aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/db_remove.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v3/db_remove.rb')
-rw-r--r--lib/sisu/v3/db_remove.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v3/db_remove.rb b/lib/sisu/v3/db_remove.rb
index cfa19c9f..a390b2cc 100644
--- a/lib/sisu/v3/db_remove.rb
+++ b/lib/sisu/v3/db_remove.rb
@@ -68,7 +68,7 @@ module SiSU_DB_remove
def remove
driver_sqlite3=if @sql_type=='sqlite'
(@conn.inspect.match(/^(.{10})/)[1]==@db.sqlite.conn_sqlite3.inspect.match(/^(.{10})/)[1]) \
- ? true \
+ ? true
: false
end
del_id=if driver_sqlite3