[Koha-cvs] CVS: koha/acqui.simple marcimport.pl,1.19,1.20

Andrew Arensburger arensb at users.sourceforge.net
Wed Oct 16 14:46:21 CEST 2002


Update of /cvsroot/koha/koha/acqui.simple
In directory usw-pr-cvs1:/tmp/cvs-serv17267

Modified Files:
	marcimport.pl 
Log Message:
Added a FIXME comment.


Index: marcimport.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/marcimport.pl,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** marcimport.pl	15 Oct 2002 10:14:44 -0000	1.19
--- marcimport.pl	16 Oct 2002 12:46:19 -0000	1.20
***************
*** 576,579 ****
--- 576,581 ----
    	my $additionalauthors=$input->param('additionalauthors');
    	my @additionalauthors=split(/[\r\n]+|\|/,uc($additionalauthors));
+ 			# FIXME - WTF are the additional authors
+ 			# converted to upper case?
  
    	# Use individual assignments to hash buckets, in case
***************
*** 792,795 ****
--- 794,800 ----
  # log cleared, as marcimport is (almost) rewritten from scratch.
  # $Log$
+ # Revision 1.20  2002/10/16 12:46:19  arensb
+ # Added a FIXME comment.
+ #
  # Revision 1.19  2002/10/15 10:14:44  tipaul
  # road to 1.3.2. Full rewrite of marcimport.pl.





More information about the Koha-cvs mailing list