aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2012-06-06 22:32:30 -0400
committerRalph Amissah <ralph@amissah.com>2012-06-06 22:32:30 -0400
commitdd790c75af94b2d49b6f99c02c652524f01a02d0 (patch)
tree69c2688ea6ef9777adfbb7302c7cb2050ab7222a
parentRake, Rant sisu installer require ruby >= 1.9.3 (diff)
v3: dbi_discreet, screen reporting db location, fix
-rw-r--r--data/doc/sisu/CHANGELOG_v32
-rw-r--r--lib/sisu/v3/dbi_discreet.rb4
2 files changed, 4 insertions, 2 deletions
diff --git a/data/doc/sisu/CHANGELOG_v3 b/data/doc/sisu/CHANGELOG_v3
index 9e42c766..c18d1503 100644
--- a/data/doc/sisu/CHANGELOG_v3
+++ b/data/doc/sisu/CHANGELOG_v3
@@ -21,6 +21,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_3.2.12.orig.tar.xz
sisu_3.2.12-1.dsc
sisu_3.2.12-1.debian.tar.gz
+* v3: dbi_discreet, screen reporting db location, fix
+
* Rake, Rant installer sisu installer require ruby >= 1.9.3
%% 3.2.11.orig.tar.xz (2012-06-03:22/7)
diff --git a/lib/sisu/v3/dbi_discreet.rb b/lib/sisu/v3/dbi_discreet.rb
index 810ef49a..49313a93 100644
--- a/lib/sisu/v3/dbi_discreet.rb
+++ b/lib/sisu/v3/dbi_discreet.rb
@@ -114,8 +114,8 @@ module SiSU_DBI_Discreet #% database building
def create_and_populate
db=SiSU_Env::DbOp.new(@md)
conn=db.sqlite_discreet.conn_sqlite3
- sdb=SiSU_DbDBI::Create.new(@opt,conn,@file_maint,'sqlite')
- sdb_index=SiSU_DbDBI::Index.new(@opt,conn,@file_maint,'sqlite')
+ sdb=SiSU_DbDBI::Create.new(@opt,conn,@file,'sqlite')
+ sdb_index=SiSU_DbDBI::Index.new(@opt,conn,@file,'sqlite')
sdb.output_dir?
begin
SiSU_Screen::Ansi.new(@opt.cmd,'SQLite',"[#{@opt.f_pth[:lng_is]}] #{@opt.fno}").green_title_hi unless @opt.cmd =~/q/