Fixing a syntax error, that snuck in with a merge
authorChris Cormack <chrisc@catalyst.net.nz>
Thu, 3 Feb 2011 09:52:36 +0000 (22:52 +1300)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Thu, 3 Feb 2011 13:03:46 +0000 (08:03 -0500)
(cherry picked from commit e29aca325d199468673365ee7540760b38630833)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Biblio.pm

index 67be2d7..66fc51a 100644 (file)
@@ -1907,6 +1907,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 '' ) {