koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha modbib.pl,1.6,1.7


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha modbib.pl,1.6,1.7
Date: Sat, 12 Oct 2002 22:49:38 -0700

Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv17022

Modified Files:
        modbib.pl 
Log Message:
Added some FIXME comments.


Index: modbib.pl
===================================================================
RCS file: /cvsroot/koha/koha/modbib.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** modbib.pl   14 Aug 2002 18:12:51 -0000      1.6
--- modbib.pl   13 Oct 2002 05:49:36 -0000      1.7
***************
*** 54,62 ****
  # have to get all subtitles, subjects and additional authors
  for (my $i = 1; $i < $subjectcount; $i++) {
!   $sub = $sub . "|" . $subject->[$i]->{'subject'};
  } # for
  
  for (my $i = 1; $i < $addauthorcount; $i++) {
    $additional = $additional . "|" . $addauthor->[$i]->{'author'};
  } # for
  
--- 54,63 ----
  # have to get all subtitles, subjects and additional authors
  for (my $i = 1; $i < $subjectcount; $i++) {
!   $sub = $sub . "|" . $subject->[$i]->{'subject'};    # FIXME - .=
  } # for
  
  for (my $i = 1; $i < $addauthorcount; $i++) {
    $additional = $additional . "|" . $addauthor->[$i]->{'author'};
+                                                       # FIXME - .=
  } # for
  




reply via email to

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