[Koha-patches] [PATCH] minor POD improvement

Galen Charlton galen.charlton at liblime.com
Mon May 19 21:28:35 CEST 2008


---
 C4/Biblio.pm |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/C4/Biblio.pm b/C4/Biblio.pm
index b679141..478af99 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 {
-- 
1.5.5.rc0.16.g02b00




More information about the Koha-patches mailing list