[Koha-cvs] CVS: koha MARCdetail.pl,1.4,1.5

Paul POULAIN tipaul at users.sourceforge.net
Tue Oct 22 17:52:02 CEST 2002


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

Modified Files:
	MARCdetail.pl 
Log Message:
small fixes

Index: MARCdetail.pl
===================================================================
RCS file: /cvsroot/koha/koha/MARCdetail.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** MARCdetail.pl	11 Oct 2002 10:17:41 -0000	1.4
--- MARCdetail.pl	22 Oct 2002 15:52:00 -0000	1.5
***************
*** 115,119 ****
  }
  #fill big_row with missing datas
- #warn "loop 2";
  foreach my $subfield_code  (keys(%witness)) {
  	for (my $i=0;$i<=$#big_array;$i++) {
--- 115,118 ----
***************
*** 123,127 ****
  }
  # now, construct template !
- #warn "loop 3";
  my @item_value_loop;
  my @header_value_loop;
--- 122,125 ----





More information about the Koha-cvs mailing list