[Koha-cvs] CVS: koha/C4 Biblio.pm,1.126,1.127

Paul POULAIN tipaul at users.sourceforge.net
Thu Aug 11 16:37:34 CEST 2005


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

Modified Files:
	Biblio.pm 
Log Message:
* POD documenting
* removing useless subs
* removing some subs that are also elsewhere
* renaming all OLDxxx subs to REALxxx subs (should not change anything, as OLDxxx, as well as REAL, are supposed to be for Biblio.pm internal use only)

Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.126
retrieving revision 1.127
diff -C2 -r1.126 -r1.127
*** Biblio.pm	11 Aug 2005 09:13:28 -0000	1.126
--- Biblio.pm	11 Aug 2005 14:37:32 -0000	1.127
***************
*** 40,52 ****
    &updateBiblio &updateBiblioItem &updateItem
    &itemcount &newbiblio &newbiblioitem
!   &modnote &newsubject &newsubtitle
    &modbiblio &checkitems
    &newitems &modbibitem
!   &modsubtitle &modsubject &modaddauthor &moditem &countitems
    &delitem &deletebiblioitem &delbiblio
    &getbiblio
    &getbiblioitembybiblionumber
    &getbiblioitem &getitemsbybiblioitem
[...1788 lines suppressed...]
-     return $biblionumber, $error;
- 
- }    # sub getoraddbiblio
- 
  sub char_decode {
  
--- 2020,2023 ----
***************
*** 2156,2159 ****
--- 2322,2331 ----
  # $Id$
  # $Log$
+ # Revision 1.127  2005/08/11 14:37:32  tipaul
+ # * POD documenting
+ # * removing useless subs
+ # * removing some subs that are also elsewhere
+ # * renaming all OLDxxx subs to REALxxx subs (should not change anything, as OLDxxx, as well as REAL, are supposed to be for Biblio.pm internal use only)
+ #
  # Revision 1.126  2005/08/11 09:13:28  tipaul
  # just removing useless subs (a lot !!!) for code cleaning





More information about the Koha-cvs mailing list