koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/acqui.simple bulkmarcimport.pl,1.9,1.10


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/acqui.simple bulkmarcimport.pl,1.9,1.10
Date: Sat, 12 Oct 2002 23:31:12 -0700

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

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


Index: bulkmarcimport.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/bulkmarcimport.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** bulkmarcimport.pl   7 Oct 2002 00:55:32 -0000       1.9
--- bulkmarcimport.pl   13 Oct 2002 06:31:10 -0000      1.10
***************
*** 417,421 ****
        if ($sth->rows) {
            ($biblionumber, $biblioitemnumber) = $sth->fetchrow;
!           my $title=$title;
  #title already in the database
        } else {
--- 417,421 ----
        if ($sth->rows) {
            ($biblionumber, $biblioitemnumber) = $sth->fetchrow;
!           my $title=$title;                   # FIXME - WTF?
  #title already in the database
        } else {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]