From 67e49a2b278b1512fb39a33a779f68a1389f9849 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 3 May 2010 19:09:54 -0400 Subject: ansi, screen info related, arranging --- lib/sisu/v2/dbi.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/sisu/v2/dbi.rb') diff --git a/lib/sisu/v2/dbi.rb b/lib/sisu/v2/dbi.rb index 7da0ae69..191d5099 100644 --- a/lib/sisu/v2/dbi.rb +++ b/lib/sisu/v2/dbi.rb @@ -126,8 +126,7 @@ module SiSU_DBI when /pg/; read_psql when /sqlite/; read_sqlite end - tell=SiSU_Screen::Ansi.new(@opt.cmd,"DBI (#{@sql_type}) #{@opt.mod}") - tell.dbi_title unless @opt.cmd =~/q/ + SiSU_Screen::Ansi.new(@opt.cmd,"DBI (#{@sql_type}) #{@opt.mod}",@opt.fns).dbi_title unless @opt.cmd =~/q/ begin SiSU_DB_DBI::Case.new(@opt,@conn,@sql_type).cases rescue -- cgit v1.2.3