koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/C4 SearchMarc.pm,1.15,1.16


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 SearchMarc.pm,1.15,1.16
Date: Fri, 28 May 2004 09:14:43 -0700

Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22686/C4

Modified Files:
        SearchMarc.pm 
Log Message:
minor fixes (odd/even lines bug)

Index: SearchMarc.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/SearchMarc.pm,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** SearchMarc.pm       28 May 2004 08:27:53 -0000      1.15
--- SearchMarc.pm       28 May 2004 16:14:40 -0000      1.16
***************
*** 245,250 ****
                                my @CNresults2= @CNresults;
                                $newline{CN} = address@hidden;
!                           $newline{'even'} = 1 if $counter % 2 == 0;
!                               $newline{'odd'} = 1 if $counter % 2 == 1;
                                @CNresults = ();
                                push @finalresult, \%newline;
--- 245,250 ----
                                my @CNresults2= @CNresults;
                                $newline{CN} = address@hidden;
!                           $newline{'even'} = 1 if $#finalresult % 2 == 0;
!                               $newline{'odd'} = 1 if $#finalresult % 2 == 1;
                                @CNresults = ();
                                push @finalresult, \%newline;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]