removing useless sub declarations
authortipaul <tipaul>
Fri, 12 Aug 2005 13:50:31 +0000 (13:50 +0000)
committertipaul <tipaul>
Fri, 12 Aug 2005 13:50:31 +0000 (13:50 +0000)
C4/Biblio.pm

index d02a979..50868bd 100644 (file)
@@ -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...
 #