From 35ff682f6f6ad45d5ea2ae631d259961f1d4c604 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 19 May 2008 14:28:35 -0500 Subject: [PATCH] minor POD improvement Signed-off-by: Joshua Ferraro --- C4/Biblio.pm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index b6791413b1..478af998b0 100755 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -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 { -- 2.20.1