[Koha-patches] [PATCH] fix for bug 2951 - urls not showning

Galen Charlton galen.charlton at liblime.com
Thu Feb 12 23:15:08 CET 2009


Hi Mason,

On Sun, Feb 8, 2009 at 10:08 AM, Mason James
<mason.loves.sushi at gmail.com> wrote:
> +                $marcurl->{'linktext'} = $field->subfield('z') || C4::Context->preference('URLLinkText') || $url;
> +                $marcurl->{'MARCURL'} = \@urls;

Did you mean $url, not \@urls?  Setting it to an arrayref would mean
that in UNIMARC mode, links would be set to things like
"SCALAR(0x952974c)" instead of the actual URL.

Regards,

Galen
-- 
Galen Charlton
VP, Research & Development, LibLime
galen.charlton at liblime.com
p: 1-888-564-2457 x709
skype: gmcharlt



More information about the Koha-patches mailing list