From: arensb Date: Wed, 16 Oct 2002 12:46:19 +0000 (+0000) Subject: Added a FIXME comment. X-Git-Tag: R_1-3-2~74 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=d9f9d49ba32f9ea073c7cf5319d452286b72fc27;p=koha_gimpoz Added a FIXME comment. --- diff --git a/acqui.simple/marcimport.pl b/acqui.simple/marcimport.pl index 1f421694b3..debc88fe3a 100755 --- a/acqui.simple/marcimport.pl +++ b/acqui.simple/marcimport.pl @@ -575,6 +575,8 @@ sub AcceptBiblioitem { 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 # any of the input parameters are empty or don't exist @@ -791,6 +793,9 @@ sub FormatMarcText { #--------------- # 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. # The acquisition system in MARC version will work like this :