Bugzilla – Attachment 21963 Details for
Bug 11037
C4::Biblio exports non-existent subroutines
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED OFF] Bug 11037 Remove non-existent subs from Biblio's @EXPORT
SIGNED-OFF-Bug-11037-Remove-non-existent-subs-from.patch (text/plain), 951 bytes, created by
Mark Tompsett
on 2013-10-11 12:02:35 UTC
(
hide
)
Description:
[SIGNED OFF] Bug 11037 Remove non-existent subs from Biblio's @EXPORT
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2013-10-11 12:02:35 UTC
Size:
951 bytes
patch
obsolete
>From d3ae8ce543e8fd35360d29c40967bd11f89fb0f6 Mon Sep 17 00:00:00 2001 >From: Colin Campbell <colin.campbell@ptfs-europe.com> >Date: Fri, 11 Oct 2013 10:58:57 +0100 >Subject: [PATCH] [SIGNED OFF] Bug 11037 Remove non-existent subs from > Biblio's @EXPORT > >No code implements the subs Get and TransformHtmlToMarc2 >so dont export them into users' namespace > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >--- > C4/Biblio.pm | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/C4/Biblio.pm b/C4/Biblio.pm >index cf83ae6..add0f74 100644 >--- a/C4/Biblio.pm >+++ b/C4/Biblio.pm >@@ -54,7 +54,6 @@ BEGIN { > > # to get something > push @EXPORT, qw( >- &Get > &GetBiblio > &GetBiblioData > &GetBiblioItemData >@@ -133,7 +132,6 @@ BEGIN { > # Others functions > push @EXPORT, qw( > &TransformMarcToKoha >- &TransformHtmlToMarc2 > &TransformHtmlToMarc > &TransformHtmlToXml > prepare_host_field >-- >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 11037
:
21959
| 21963 |
22157