Bugzilla – Attachment 12521 Details for
Bug 8798
Add the use of DBIx::Class
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Updated to remove tabs
Updated-to-remove-tabs.patch (text/plain), 1.62 KB, created by
Kyle M Hall (khall)
on 2012-09-26 11:17:24 UTC
(
hide
)
Description:
[SIGNED-OFF] Updated to remove tabs
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-09-26 11:17:24 UTC
Size:
1.62 KB
patch
obsolete
>From 4a13e9907d52e25e4b6f8ef6849e91e7b5dbba4a Mon Sep 17 00:00:00 2001 >From: Elliott Davis <elliott@bywatersolutions.com> >Date: Mon, 3 Sep 2012 22:22:12 -0500 >Subject: [PATCH] Updated to remove tabs >Content-Type: text/plain; charset="utf-8" > >http://bugs.koha-community.org/show_bug.cgi?id=8798 >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > 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 faecfdd..fe35fd2 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8798
:
12403
|
12405
|
12429
|
12439
|
12442
|
12443
|
12453
|
12477
|
12478
|
12480
|
12481
|
12506
|
12520
|
12521
|
12538
|
17581
|
17582
|
17583
|
17584
|
17585
|
17586
|
19134
|
19137
|
19138
|
19139
|
19140
|
19141
|
19248
|
19249
|
19250
|
19251