[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-devel] Re: [Koha] some perl lines
From: |
Chris Cormack |
Subject: |
[Koha-devel] Re: [Koha] some perl lines |
Date: |
Sat, 25 Feb 2006 22:49:06 +1300 |
User-agent: |
Mutt/1.5.9i |
On Sat, Feb 25, 2006 at 10:35:57AM +0100, Wojciech Zatorski said:
> Hello koha,
>
> why are this lines in koha code?
>
> if ($fields[$x_i]->tag() eq $fields[$x_i-1]->tag()) {
> $tag_data{tag}="";
> } else {
> $tag_data{tag}=$fields[$x_i]->tag().' -'.
> $tagslib->{$fields[$x_i]->tag()}->{lib};
> }
>
> because this lines of marc display are incorrect with marc standards (for
> example field 650)...
>
Answering on the devel list as this is a more appropriate place for this
type of discussion.
What module/script is this code in, and what lines? If you provide more
information its much easier for people to fix things.
Chris
--
Chris Cormack Programmer
027 4500 789 Katipo Communications Ltd
address@hidden www.katipo.co.nz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-devel] Re: [Koha] some perl lines,
Chris Cormack <=