[Koha-cvs] CVS: koha/C4 Biblio.pm,1.39,1.40

Paul POULAIN tipaul at users.sourceforge.net
Tue Mar 11 16:14:09 CET 2003


Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv22641/C4

Modified Files:
	Biblio.pm 
Log Message:
pod updating

Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** Biblio.pm	7 Mar 2003 16:35:42 -0000	1.39
--- Biblio.pm	11 Mar 2003 15:14:03 -0000	1.40
***************
*** 2,5 ****
--- 2,8 ----
  # $Id$
  # $Log$
+ # Revision 1.40  2003/03/11 15:14:03  tipaul
+ # pod updating
+ #
  # Revision 1.39  2003/03/07 16:35:42  tipaul
  # * moving generic functions to Koha.pm
***************
*** 1089,1095 ****
  are builded from the MARC::Record. If they are passed, they are used.
  
! =item NEWnewitem($dbh,$olditem);
  
! adds an item in the db. $olditem is a old-db hash.
  
  =cut
--- 1092,1098 ----
  are builded from the MARC::Record. If they are passed, they are used.
  
! =item NEWnewitem($dbh, $record,$bibid);
  
! adds an item in the db.
  
  =cut





More information about the Koha-cvs mailing list