[Koha-patches] [PATCH] Bug 3212 Follow up

Frédéric Demians f.demians at tamil.fr
Thu Feb 3 10:54:20 CET 2011


Fix a syntax error
---
 C4/Biblio.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/C4/Biblio.pm b/C4/Biblio.pm
index c3615ba..0c32d60 100644
--- a/C4/Biblio.pm
+++ b/C4/Biblio.pm
@@ -1930,7 +1930,7 @@ sub TransformHtmlToMarc {
                         length( $cgi->param($params->[$j+1]) ) == 24
                         ? $cgi->param( $params->[ $j + 1 ] )
                         : '     nam a22        4500'
-                    ;
+                    );
                     # between 001 and 009 (included)
                 } elsif ( $cgi->param( $params->[ $j + 1 ] ) ne '' ) {
                     $newfield = MARC::Field->new( $tag, $cgi->param( $params->[ $j + 1 ] ), );
-- 
1.7.3.5



More information about the Koha-patches mailing list