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

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 08:31:12 CEST 2002


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 {





More information about the Koha-cvs mailing list