[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4 Biblio.pm,1.128,1.129
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/C4 Biblio.pm,1.128,1.129 |
Date: |
Fri, 12 Aug 2005 06:50:33 -0700 |
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...
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4 Biblio.pm,1.128,1.129,
Paul POULAIN <=