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

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 07:49:38 CEST 2002


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
  





More information about the Koha-cvs mailing list