minor POD correction
authorGalen Charlton <galen.charlton@liblime.com>
Fri, 4 Jan 2008 22:59:37 +0000 (16:59 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Sat, 5 Jan 2008 00:40:55 +0000 (18:40 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/AuthoritiesMarc.pm

index b353d15..02b801c 100644 (file)
@@ -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 <info@koha.org>