minor POD improvement
authorGalen Charlton <galen.charlton@liblime.com>
Mon, 19 May 2008 19:28:35 +0000 (14:28 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 19 May 2008 21:07:07 +0000 (16:07 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Biblio.pm

index b679141..478af99 100755 (executable)
@@ -814,11 +814,14 @@ sub GetMarcFromKohaField {
 
 =over 4
 
-Returns MARC::Record of the biblionumber passed in parameter.
-the marc record contains both biblio & item datas
+my $record = GetMarcBiblio($biblionumber);
 
 =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
 
 sub GetMarcBiblio {