aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3dv/db_remove.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v3dv/db_remove.rb')
-rw-r--r--lib/sisu/v3dv/db_remove.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v3dv/db_remove.rb b/lib/sisu/v3dv/db_remove.rb
index cf1fca6f..e34a0a93 100644
--- a/lib/sisu/v3dv/db_remove.rb
+++ b/lib/sisu/v3dv/db_remove.rb
@@ -63,7 +63,7 @@ module SiSU_DbRemove
@opt,@conn,@file,@sql_type=opt,conn,file,sql_type
@md=SiSU_Param::Parameters.new(@opt).get
@fnb=@md.fnb
- @db=SiSU_Env::Info_db.new
+ @db=SiSU_Env::InfoDb.new
end
def remove
driver_sqlite3=if @sql_type=='sqlite'