minor POD improvement

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Galen Charlton 2008-05-19 14:28:35 -05:00 committed by Joshua Ferraro
parent 775c74f566
commit 35ff682f6f

View file

@ -814,11 +814,14 @@ sub GetMarcFromKohaField {
=over 4 =over 4
Returns MARC::Record of the biblionumber passed in parameter. my $record = GetMarcBiblio($biblionumber);
the marc record contains both biblio & item datas
=back =back
Returns MARC::Record representing bib identified by
C<$biblionumber>. If no bib exists, returns undef.
The MARC record contains both biblio & item data.
=cut =cut
sub GetMarcBiblio { sub GetMarcBiblio {