fixing typo in Biblio.pm POD
This commit is contained in:
parent
327025a79b
commit
27edbcc574
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
package C4::Biblio;
|
package C4::Biblio;
|
||||||
# $Id$
|
# $Id$
|
||||||
# $Log$
|
# $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
|
# Revision 1.46 2003/05/19 13:45:18 tipaul
|
||||||
# support for subtitles, additional authors, subject.
|
# 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.
|
# 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
|
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.
|
are builded from the MARC::Record. If they are passed, they are used.
|
||||||
|
|
Loading…
Reference in a new issue