From: Colin Campbell Date: Fri, 11 Oct 2013 09:58:57 +0000 (+0100) Subject: Bug 11037: remove non-existent routines from Biblio's @EXPORT X-Git-Url: http://git.rot13.org/?p=koha.git;a=commitdiff_plain;h=0b1ed968c425bd98737ce1f6317f6b36b51f4ddd Bug 11037: remove non-existent routines from Biblio's @EXPORT No code implements the routines Get and TransformHtmlToMarc2, so don't export them into users' namespace Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton --- diff --git a/C4/Biblio.pm b/C4/Biblio.pm index cf83ae6eef..add0f74cf8 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