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 Cormack <chrisc@catalyst.net.nz>
Thu, 3 Feb 2011 09:52:36 +0000 (22:52 +1300)
C4/Biblio.pm

index c3615ba..8ea5da5 100644 (file)
@@ -1930,6 +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 '' ) {