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

Chris Cormack chrisc at catalyst.net.nz
Thu Feb 3 16:33:48 CET 2011


Thanks for that Frederic,

But I have already pushed a fix for it :)

Chris

* Frédéric Demians (f.demians at tamil.fr) wrote:
> 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
> 
> _______________________________________________
> Koha-patches mailing list
> Koha-patches at lists.koha-community.org
> http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
> website : http://www.koha-community.org/
> git : http://git.koha-community.org/
> bugs : http://bugs.koha-community.org/

-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: </pipermail/koha-patches/attachments/20110204/947adcaa/attachment.pgp>


More information about the Koha-patches mailing list