aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v4/dbi.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2013-06-25 00:07:44 -0400
committerRalph Amissah <ralph@amissah.com>2013-06-25 00:07:44 -0400
commitc25fc2751886278a4e7f30f127e80449160a47f1 (patch)
treed19cab06d629a995848a296409693b5890d59f60 /lib/sisu/v4/dbi.rb
parentv5: "general code cleaning" fix (diff)
v4: general code cleaning, sync with v5sisu_4.1.6
Diffstat (limited to 'lib/sisu/v4/dbi.rb')
-rw-r--r--lib/sisu/v4/dbi.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sisu/v4/dbi.rb b/lib/sisu/v4/dbi.rb
index 867585dd..20443c7c 100644
--- a/lib/sisu/v4/dbi.rb
+++ b/lib/sisu/v4/dbi.rb
@@ -119,7 +119,6 @@ manually create the database: "#{cX.green}#{@db.db}#{cX.off}" if it does not yet
end
def read_sqlite
begin
- sql_type='sqlite'
@conn=@db.sqlite.conn_sqlite3
rescue
ensure