From 696b620746f08a4b859c7961d29b53bb6b6562a5 Mon Sep 17 00:00:00 2001 From: Elliott Davis Date: Mon, 3 Sep 2012 22:22:12 -0500 Subject: [PATCH] [Follow-up] Updated to remove tabs http://bugs.koha-community.org/show_bug.cgi?id=8798 --- C4/Context.pm | 4 ++-- C4/Installer/PerlDependencies.pm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/C4/Context.pm b/C4/Context.pm index 52f4824..7288127 100644 --- a/C4/Context.pm +++ b/C4/Context.pm @@ -901,7 +901,7 @@ sub _new_schema { my $db_user = $context->config("user"); my $db_passwd = $context->config("pass"); my $schema= Koha::Schema->connect("DBI:$db_driver:dbname=$db_name;host=$db_host;port=$db_port", - $db_user, $db_passwd); + $db_user, $db_passwd); return $schema; } @@ -925,7 +925,7 @@ sub schema { my $sth; if (defined($context->{"schema"}) && $context->{"schema"}->ping()) { - return $context->{"schema"}; + return $context->{"schema"}; } # No database handle or it died . Create one. diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index e87dfb7..9ef11e0 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -55,7 +55,7 @@ our $PERL_DEPS = { 'min_ver' => '1.53' }, 'DBIx::Class::Schema::Loader' => { - 'usage' => 'Core', + 'usage' => 'Core', 'required' => '1', 'min_ver' => '0.07000' }, -- 1.7.2.5