Bugzilla – Attachment 144086 Details for
Bug 32280
Export method ImportBreedingAuth from C4::Breeding
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32280: Export method ImportBreedingAuth from C4::Breeding
Bug-32280-Export-method-ImportBreedingAuth-from-C4.patch (text/plain), 851 bytes, created by
Fridolin Somers
on 2022-11-19 03:57:04 UTC
(
hide
)
Description:
Bug 32280: Export method ImportBreedingAuth from C4::Breeding
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2022-11-19 03:57:04 UTC
Size:
851 bytes
patch
obsolete
>From 4c005e426af0559f3ac8bdce4f810bfc102a36b6 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Fri, 18 Nov 2022 17:54:32 -1000 >Subject: [PATCH] Bug 32280: Export method ImportBreedingAuth from C4::Breeding > >In C4::Breeding method ImportBreedingAuth() should be exported to be used for example by plugins. > >No test plan needed i bet. >--- > C4/Breeding.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Breeding.pm b/C4/Breeding.pm >index 7b3dbc5874..4cec04b787 100644 >--- a/C4/Breeding.pm >+++ b/C4/Breeding.pm >@@ -36,7 +36,7 @@ our (@ISA, @EXPORT_OK); > BEGIN { > require Exporter; > @ISA = qw(Exporter); >- @EXPORT_OK = qw(BreedingSearch Z3950Search Z3950SearchAuth); >+ @EXPORT_OK = qw(BreedingSearch ImportBreedingAuth Z3950Search Z3950SearchAuth); > } > > =head1 NAME >-- >2.35.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 32280
:
144086
|
148750
|
149002