aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3dv/db_drop.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v3dv/db_drop.rb')
-rw-r--r--lib/sisu/v3dv/db_drop.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v3dv/db_drop.rb b/lib/sisu/v3dv/db_drop.rb
index 2c5ba195..97bf8665 100644
--- a/lib/sisu/v3dv/db_drop.rb
+++ b/lib/sisu/v3dv/db_drop.rb
@@ -90,7 +90,7 @@ module SiSU_DbDrop
and File.exist?(@db_info.sqlite.db)
@conn.close
File.unlink(@db_info.sqlite.db)
- db=SiSU_Env::Info_db.new
+ db=SiSU_Env::InfoDb.new
conn=db.sqlite.conn_sqlite3
sdb=SiSU_DbDBI::Create.new(@opt,conn,@db_info,@sql_type)
sdb_index=SiSU_DbDBI::Index.new(@opt,conn,@db_info,@sql_type)
@@ -104,7 +104,7 @@ module SiSU_DbDrop
sdb.create_table.endnotes_plus
sdb.create_table.urls
sdb_index.create_indexes
- rescue; SiSU_Errors::Info_error.new($!,$@,'-D').error; @sdb.output_dir?
+ rescue; SiSU_Errors::InfoError.new($!,$@,'-D').error; @sdb.output_dir?
end
exit
else