From 56e5773f9d4d3e9518a628644a43795e9a57625e Mon Sep 17 00:00:00 2001 From: tipaul Date: Fri, 12 Aug 2005 13:50:31 +0000 Subject: [PATCH] removing useless sub declarations --- C4/Biblio.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index d02a979b5f..50868bdd03 100644 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -37,7 +37,6 @@ $VERSION = 0.01; # as the old-style API and the NEW one are the only public functions. # @EXPORT = qw( - &updateBiblio &updateBiblioItem &updateItem &itemcount &newbiblio &newbiblioitem &newsubject &newsubtitle &modbiblio &checkitems @@ -47,8 +46,6 @@ $VERSION = 0.01; &getbiblio &getbiblioitembybiblionumber &getbiblioitem &getitemsbybiblioitem - &skip - &newcompletebiblioitem &MARCfind_marc_from_kohafield &MARCfind_frameworkcode @@ -2342,6 +2339,9 @@ Paul POULAIN paul.poulain@free.fr # $Id$ # $Log$ +# Revision 1.129 2005/08/12 13:50:31 tipaul +# removing useless sub declarations +# # Revision 1.128 2005/08/11 16:12:47 tipaul # Playing with the zebra... # -- 2.39.5