[Koha-patches] [PATCH] Bug 11037 Remove non-existent subs from Biblio's @EXPORT

Colin Campbell colin.campbell at ptfs-europe.com
Fri Oct 11 12:05:16 CEST 2013


No code implements the subs Get and TransformHtmlToMarc2
so dont export them into users' namespace
---
 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.8.3.1



More information about the Koha-patches mailing list