[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/acqui.simple marcimport.pl,1.19,1.20
From: |
Andrew Arensburger |
Subject: |
[Koha-cvs] CVS: koha/acqui.simple marcimport.pl,1.19,1.20 |
Date: |
Wed, 16 Oct 2002 05:46:21 -0700 |
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/acqui.simple marcimport.pl,1.19,1.20,
Andrew Arensburger <=