[Koha-cvs] CVS: koha/C4 Biblio.pm,1.128,1.129

Paul POULAIN tipaul at users.sourceforge.net
Fri Aug 12 15:50:33 CEST 2005


Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5640/C4

Modified Files:
	Biblio.pm 
Log Message:
removing useless sub declarations

Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.128
retrieving revision 1.129
diff -C2 -r1.128 -r1.129
*** Biblio.pm	11 Aug 2005 16:12:47 -0000	1.128
--- Biblio.pm	12 Aug 2005 13:50:31 -0000	1.129
***************
*** 38,42 ****
  #
  @EXPORT = qw(
-   &updateBiblio &updateBiblioItem &updateItem
    &itemcount &newbiblio &newbiblioitem
    &newsubject &newsubtitle
--- 38,41 ----
***************
*** 48,53 ****
    &getbiblioitembybiblionumber
    &getbiblioitem &getitemsbybiblioitem
-   &skip
-   &newcompletebiblioitem
  
    &MARCfind_marc_from_kohafield
--- 47,50 ----
***************
*** 2343,2346 ****
--- 2340,2346 ----
  # $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...





More information about the Koha-cvs mailing list