[Koha-cvs] CVS: koha/C4 Biblio.pm,1.46,1.47

Paul POULAIN tipaul at users.sourceforge.net
Tue May 20 18:22:48 CEST 2003


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

Modified Files:
	Biblio.pm 
Log Message:
fixing typo in Biblio.pm POD

Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -r1.46 -r1.47
*** Biblio.pm	19 May 2003 13:45:18 -0000	1.46
--- Biblio.pm	20 May 2003 16:22:44 -0000	1.47
***************
*** 2,5 ****
--- 2,8 ----
  # $Id$
  # $Log$
+ # Revision 1.47  2003/05/20 16:22:44  tipaul
+ # fixing typo in Biblio.pm POD
+ #
  # Revision 1.46  2003/05/19 13:45:18  tipaul
  # support for subtitles, additional authors, subject.
***************
*** 1141,1145 ****
  
  
! =item (oldbibnum,$oldbibitemnum) = NEWnewbibilio($dbh,$MARCRecord,$oldbiblio,$oldbiblioitem);
  
  creates a new biblio from a MARC::Record. The 3rd and 4th parameter are hashes and may be ignored. If only 2 params are passed to the sub, the old-db hashes
--- 1144,1148 ----
  
  
! =item ($bibid,$oldbibnum,$oldbibitemnum) = NEWnewbibilio($dbh,$MARCRecord,$oldbiblio,$oldbiblioitem);
  
  creates a new biblio from a MARC::Record. The 3rd and 4th parameter are hashes and may be ignored. If only 2 params are passed to the sub, the old-db hashes





More information about the Koha-cvs mailing list