Hi Mason, On Sun, Feb 8, 2009 at 10:08 AM, Mason James <[email protected]> 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 [email protected] p: 1-888-564-2457 x709 skype: gmcharlt _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
