Bugzilla – Attachment 20443 Details for
Bug 5202
Merge authority records
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 5202 QA follow-up: correct license and POD errors
Bug-5202-QA-follow-up-correct-license-and-POD-erro.patch (text/plain), 2.06 KB, created by
Jared Camins-Esakov
on 2013-08-18 18:45:36 UTC
(
hide
)
Description:
Bug 5202 QA follow-up: correct license and POD errors
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2013-08-18 18:45:36 UTC
Size:
2.06 KB
patch
obsolete
>From 721111d4f695ee424cdf27a612424737880e8921 Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@cpbibliography.com> >Date: Sun, 18 Aug 2013 14:44:19 -0400 >Subject: [PATCH] Bug 5202 QA follow-up: correct license and POD errors > >--- > Koha/Authority.pm | 5 ++++- > authorities/merge.pl | 2 +- > 2 files changed, 5 insertions(+), 2 deletions(-) > >diff --git a/Koha/Authority.pm b/Koha/Authority.pm >index 7405936..7097bd9 100644 >--- a/Koha/Authority.pm >+++ b/Koha/Authority.pm >@@ -6,7 +6,7 @@ package Koha::Authority; > # > # Koha is free software; you can redistribute it and/or modify it under the > # terms of the GNU General Public License as published by the Free Software >-# Foundation; either version 2 of the License, or (at your option) any later >+# Foundation; either version 3 of the License, or (at your option) any later > # version. > # > # Koha is distributed in the hope that it will be useful, but WITHOUT ANY >@@ -50,6 +50,7 @@ __PACKAGE__->mk_accessors(qw( authid authtype )); > Create a new Koha::Authority object based on the provided record. > > =cut >+ > sub new { > my $class = shift; > my $record = shift; >@@ -76,6 +77,7 @@ authorities in Koha are MARC records by definition. This is an > unfortunate but unavoidable fact. > > =cut >+ > sub get_from_authid { > my $class = shift; > my $authid = shift; >@@ -113,6 +115,7 @@ sub get_from_authid { > Create the Koha::Authority object associated with the provided authid. > > =cut >+ > sub get_from_breeding { > my $class = shift; > my $import_record_id = shift; >diff --git a/authorities/merge.pl b/authorities/merge.pl >index 5682b5e..315e232 100755 >--- a/authorities/merge.pl >+++ b/authorities/merge.pl >@@ -6,7 +6,7 @@ > # > # Koha is free software; you can redistribute it and/or modify it under the > # terms of the GNU General Public License as published by the Free Software >-# Foundation; either version 2 of the License, or (at your option) any later >+# Foundation; either version 3 of the License, or (at your option) any later > # version. > # > # Koha is distributed in the hope that it will be useful, but WITHOUT ANY >-- >1.7.9.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 5202
:
18443
|
18514
|
18516
|
18532
|
19436
|
19634
|
19891
|
19892
|
20099
|
20100
|
20101
|
20440
|
20441
|
20442
|
20443
|
20444
|
20445
|
20446
|
20447
|
20448
|
20449