From 25b4628e8d94f43f039dceccfc0efc834460e0a8 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 4 Jan 2008 16:59:37 -0600 Subject: [PATCH] minor POD correction Signed-off-by: Joshua Ferraro --- C4/AuthoritiesMarc.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/AuthoritiesMarc.pm b/C4/AuthoritiesMarc.pm index b353d15bc1..02b801c58e 100644 --- a/C4/AuthoritiesMarc.pm +++ b/C4/AuthoritiesMarc.pm @@ -64,9 +64,11 @@ returns tag and subfield linked to kohafield Comment : Suppose Kohafield is only linked to ONE subfield + =back =cut + sub GetAuthMARCFromKohaField { #AUTHfind_marc_from_kohafield my ( $kohafield,$authtypecode ) = @_; @@ -1224,8 +1226,6 @@ sub merge { }#sub END { } # module clean-up code here (global destructor) -=back - =head1 AUTHOR Koha Developement team -- 2.39.5