From 27edbcc574efdbfbb2248f220059a0525585699e Mon Sep 17 00:00:00 2001 From: tipaul Date: Tue, 20 May 2003 16:22:44 +0000 Subject: [PATCH] fixing typo in Biblio.pm POD --- C4/Biblio.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index a7a11ab4e0..8454a02753 100644 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -1,6 +1,9 @@ package C4::Biblio; # $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. # This supports is only for MARC <-> OLD-DB link. It worked previously, but values entered as MARC were not reported to OLD-DB, neither values entered as OLD-DB were reported to MARC. @@ -1140,7 +1143,7 @@ sub MARCdelword { # -=item (oldbibnum,$oldbibitemnum) = NEWnewbibilio($dbh,$MARCRecord,$oldbiblio,$oldbiblioitem); +=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 are builded from the MARC::Record. If they are passed, they are used. -- 2.39.5