From 9f2f0dbc4a1e46c799b013fcf574aeec37b80526 Mon Sep 17 00:00:00 2001 From: Elliott Davis Date: Mon, 3 Sep 2012 22:22:12 -0500 Subject: [PATCH] Bug 8798: (follow-up) remove tabs Signed-off-by: wajasu Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton --- C4/Context.pm | 7 ++++--- C4/Installer/PerlDependencies.pm | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/C4/Context.pm b/C4/Context.pm index 35afb3864e..db09a86c23 100644 --- a/C4/Context.pm +++ b/C4/Context.pm @@ -1012,8 +1012,9 @@ sub _new_schema { my $db_port = $context->config("port") || ''; 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); + my $schema = Koha::Schema->connect( + "DBI:$db_driver:dbname=$db_name;host=$db_host;port=$db_port", + $db_user, $db_passwd ); return $schema; } @@ -1036,7 +1037,7 @@ sub schema { my $self = shift; my $sth; - if (defined($context->{"schema"}) && $context->{"schema"}->ping()) { + if ( defined( $context->{"schema"} ) && $context->{"schema"}->ping() ) { return $context->{"schema"}; } diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 0837e3adfc..b769c48fbc 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -55,10 +55,10 @@ our $PERL_DEPS = { 'min_ver' => '1.53' }, 'DBIx::Class::Schema::Loader' => { - 'usage' => 'Core', + 'usage' => 'Core', 'required' => '1', 'min_ver' => '0.07000' - }, + }, 'Net::Z3950::ZOOM' => { 'usage' => 'Core', 'required' => '1', -- 2.20.1